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

View File

@ -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