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

Endret parameter i test metode

This commit is contained in:
torlunjen 2020-04-14 15:13:41 +02:00
parent 4632fe3acd
commit 449c36a5fc

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