Test fix for teleporting using new in-progress message

This commit is contained in:
tastybento 2024-10-02 08:21:07 -07:00
parent 1085332537
commit 9cb8d1cb5e

View File

@ -197,7 +197,7 @@ public class IslandGoCommandTest {
public void testExecuteMidTeleport() {
when(im.isGoingHome(user)).thenReturn(true);
assertFalse(igc.canExecute(user, igc.getLabel(), Collections.emptyList()));
verify(player).sendMessage("commands.island.go.teleport");
verify(player).sendMessage("commands.island.go.in-progress");
}
/**