fixed fucked up merge
This commit is contained in:
@ -198,9 +198,9 @@ public class Tester {
|
|||||||
|
|
||||||
String[] expectedOutputs = {};
|
String[] expectedOutputs = {};
|
||||||
|
|
||||||
return testOnSequenceOfCommands(commands, expectedOutputs);
|
boolean results = testOnSequenceOfCommands(commands, expectedOutputs);
|
||||||
|
|
||||||
System.out.print("replicatorPosition: ");
|
System.out.print("testReplicatorPosition: ");
|
||||||
if(results)
|
if(results)
|
||||||
System.out.println("Sikeres!");
|
System.out.println("Sikeres!");
|
||||||
else System.out.println("Sikertelen!");
|
else System.out.println("Sikertelen!");
|
||||||
|
Reference in New Issue
Block a user