mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +01:00
Fix tests.
This commit is contained in:
parent
6309c675d4
commit
bae0e6c36f
@ -91,6 +91,7 @@ public class DefaultNewIslandLocationStrategyTest {
|
||||
when(iwm.getIslandZOffset(eq(world))).thenReturn(0);
|
||||
when(iwm.getIslandStartX(eq(world))).thenReturn(1000);
|
||||
when(iwm.getIslandStartZ(eq(world))).thenReturn(11000);
|
||||
when(iwm.isCheckForBlocks(eq(world))).thenReturn(true);
|
||||
// Island deletion manager
|
||||
when(plugin.getIslandDeletionManager()).thenReturn(idm);
|
||||
when(idm.inDeletion(any())).thenReturn(false);
|
||||
|
Loading…
Reference in New Issue
Block a user