mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Remove unused variable from ShellCommandTest
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191340225
This commit is contained in:
parent
70efdc1cb7
commit
87a58dbcae
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ public class ShellCommandTest {
|
|||
@Test
|
||||
public void testCommandProcessing() {
|
||||
String testData = "test1 foo bar\ntest2 foo bar\n";
|
||||
ImmutableMap<String, Class<? extends Command>> commandMap = ImmutableMap.of();
|
||||
MockCli cli = new MockCli();
|
||||
ShellCommand shellCommand =
|
||||
new ShellCommand(new ByteArrayInputStream(testData.getBytes(US_ASCII)), cli);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue