mirror of
https://github.com/BentoBoxWorld/Limits.git
synced 2025-02-26 09:11:26 +01:00
Fix test
This commit is contained in:
parent
5f0102ee10
commit
79bf0f00c3
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user