Fix typo in skill command tests

This commit is contained in:
Gary Tierney
2018-09-04 02:40:44 +01:00
parent fc1d6f46fa
commit 20bb420916
+1 -1
View File
@@ -24,7 +24,7 @@ class SkillCommandTests {
world.commandDispatcher.dispatch(player, Command("max", emptyArray()))
for (stat in 0 until Skill.RUNECRAFT) {
assertEquals(99, player.skillSet.getCurrentLevel(99))
assertEquals(99, player.skillSet.getCurrentLevel(stat))
}
}
}