Endret parameter i test metode

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

View File

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