mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +01:00
Fix test
IWM inWorld must return true
This commit is contained in:
parent
665724e825
commit
d3e7b55be5
@ -106,6 +106,7 @@ public class RemoveMobsListenerTest {
|
||||
Map<String, Boolean> worldFlags = new HashMap<>();
|
||||
when(ws.getWorldFlags()).thenReturn(worldFlags);
|
||||
Flags.REMOVE_MOBS.setSetting(world, true);
|
||||
when(iwm.inWorld(world)).thenReturn(true);
|
||||
|
||||
// Sometimes use Mockito.withSettings().verboseLogging()
|
||||
UUID uuid = UUID.randomUUID();
|
||||
|
Loading…
Reference in New Issue
Block a user