Skip to content

Commit

Permalink
Test fix for teleporting using new in-progress message
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Oct 2, 2024
1 parent 1085332 commit 9cb8d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void tearDown() {
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");
}

/**
Expand Down

0 comments on commit 9cb8d1c

Please sign in to comment.