Typo og import

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

View File

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