mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 16:49:04 +00:00
Add tests for remaining commands
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user