This commit is contained in:
tastybento 2024-04-04 09:02:45 -07:00
parent f408d9c00b
commit 894fc1347c
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class JoinListenerTest {
// Island Manager
when(island.getUniqueId()).thenReturn("unique_id");
when(im.getIsland(any(), any(UUID.class))).thenReturn(island);
when(im.getIslands(any(), any(UUID.class))).thenReturn(Set.of(island));
when(im.getIslands(any(), any(UUID.class))).thenReturn(List.of(island));
// Default is that player has island
when(addon.getIslands()).thenReturn(im);
// Player