This commit is contained in:
Gabriele C
2017-10-23 08:36:49 +02:00
parent cd85c51fbe
commit 39647013b2
5 changed files with 10 additions and 22 deletions
@@ -496,7 +496,7 @@ public class PlayerListenerTest {
// then
verify(teleportationService).teleportNewPlayerToFirstSpawn(player);
verify(management).performJoin(player, player.getLocation());
verify(management).performJoin(player);
}
@Test