Skip to content

Commit 4f04a82

Browse files
committed
Fix for test
1 parent acd61ed commit 4f04a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/world/bentobox/bentobox/api/commands/island/IslandExpelCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public void testExecuteUserStringListOfStringHasIsland() {
361361
assertTrue(iec.execute(user, "", Collections.singletonList("tasty")));
362362
verify(user).sendMessage("commands.island.expel.success", TextVariables.NAME, "target",
363363
TextVariables.DISPLAY_NAME, "&Ctarget");
364-
verify(im).homeTeleportAsync(any(), any());
364+
verify(im).homeTeleportAsync(any(), any(Player.class));
365365
}
366366

367367
/**

0 commit comments

Comments
 (0)