This commit is contained in:
tastybento 2024-10-05 01:15:27 -07:00
parent 5f0102ee10
commit 79bf0f00c3

View File

@ -120,8 +120,6 @@ public class JoinListenerTest {
when(Bukkit.getOfflinePlayer(any(UUID.class))).thenReturn(owner);
when(Bukkit.getPluginManager()).thenReturn(pim);
// Island
when(island.getOwner()).thenReturn(UUID.randomUUID());
}
/**