mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-25 02:34:43 +02:00
Endret parameter i test metode
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user