forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -43,7 +43,7 @@ public class SimpleCommandTest {
|
||||
public void testVarArgs() {
|
||||
SimpleCommand cmd = new SimpleCommand();
|
||||
try {
|
||||
cmd.execute("test", "", new String[] {"a", "b", "c"});
|
||||
cmd.execute("test", "", new String[]{"a", "b", "c"});
|
||||
} catch (Exception e) {
|
||||
assertCMDFramework(e, ExecutionIdentifier.class, "RunSimple with Varargs");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user