1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-03-02 16:19:46 +01:00

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

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