mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 02:35:21 +01:00
Test fix for teleporting using new in-progress message
This commit is contained in:
parent
1085332537
commit
9cb8d1cb5e
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user