mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-25 12:15:12 +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() {
|
public void testExecuteMidTeleport() {
|
||||||
when(im.isGoingHome(user)).thenReturn(true);
|
when(im.isGoingHome(user)).thenReturn(true);
|
||||||
assertFalse(igc.canExecute(user, igc.getLabel(), Collections.emptyList()));
|
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