Add tests for remaining commands

This commit is contained in:
Gary Tierney
2018-09-04 03:51:26 +01:00
parent 20bb420916
commit 5f49ec16a2
5 changed files with 233 additions and 7 deletions
@@ -39,7 +39,6 @@ class TeleportCommandTests {
assertEquals(Position(1, 2, 1), player.position)
}
@Test
fun `Shows current position information`() {
player.privilegeLevel = PrivilegeLevel.ADMINISTRATOR
@@ -66,5 +65,4 @@ class TeleportCommandTests {
player.sendMessage(contains("Invalid syntax"))
}
}
}