1
0
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:
mmuller
2018-04-02 13:38:41 -07:00
committed by Ben McIlwain
parent 70efdc1cb7
commit 87a58dbcae

View File

@@ -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);