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

Typo og import

This commit is contained in:
Steinar Aalstad Lillesund 2020-04-20 16:54:20 +02:00
parent d3a4419114
commit e103f0917b

@ -239,7 +239,7 @@ public class BoardTest {
}
@Test
public void flagDoesNotUpdatedOnRobotWithWringLastVisitedFlag() {
public void flagDoesNotUpdatedOnRobotWithWrongLastVisitedFlag() {
Robot testRobot = robotList.get(6);
assertEquals(0, testRobot.getLastFlagVisited());
board.updateFlagOnRobot(RobotID.ROBOT_7, TileType.FLAG_2);