fikset teste til å ikke brue manuell tester decket

This commit is contained in:
Tobydrama 2020-05-03 15:06:59 +02:00
parent 8fd6eb945f
commit 1eefa17420

View File

@ -19,7 +19,7 @@ public class RoboRallyGameTest {
@Before
public void setUp() {
game = new RoboRallyGame(new ArrayList<>(), "Checkmate.txt", "Player1",
null);
null,false);
}
@Test