mirror of
https://github.com/google/nomulus
synced 2026-04-12 04:27:13 +00:00
Remove unused variable from ShellCommandTest
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191340225
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user