1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-07-04 07:04:42 +02: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