mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
fikset teste til å ikke brue manuell tester decket
This commit is contained in:
parent
8fd6eb945f
commit
1eefa17420
@ -19,7 +19,7 @@ public class RoboRallyGameTest {
|
|||||||
@Before
|
@Before
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
game = new RoboRallyGame(new ArrayList<>(), "Checkmate.txt", "Player1",
|
game = new RoboRallyGame(new ArrayList<>(), "Checkmate.txt", "Player1",
|
||||||
null);
|
null,false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user