mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Typo og import
This commit is contained in:
parent
d3a4419114
commit
e103f0917b
@ -239,7 +239,7 @@ public class BoardTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void flagDoesNotUpdatedOnRobotWithWringLastVisitedFlag() {
|
public void flagDoesNotUpdatedOnRobotWithWrongLastVisitedFlag() {
|
||||||
Robot testRobot = robotList.get(6);
|
Robot testRobot = robotList.get(6);
|
||||||
assertEquals(0, testRobot.getLastFlagVisited());
|
assertEquals(0, testRobot.getLastFlagVisited());
|
||||||
board.updateFlagOnRobot(RobotID.ROBOT_7, TileType.FLAG_2);
|
board.updateFlagOnRobot(RobotID.ROBOT_7, TileType.FLAG_2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user