1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-07-05 23:54:43 +02:00

la til en roborallywrapper i construiktøren

This commit is contained in:
Tobydrama
2020-04-06 17:11:23 +02:00
parent ce72d848b8
commit 3f4387a525

@ -12,7 +12,7 @@ public class RoboRallyGameTest {
@Before @Before
public void setUp() { public void setUp() {
game = new RoboRallyGame(new ArrayList<>()); game = new RoboRallyGame(new ArrayList<>(),"",false);
} }
@Test @Test