IWM inWorld must return true
This commit is contained in:
tastybento 2021-10-08 17:27:52 -07:00
parent 665724e825
commit d3e7b55be5

View File

@ -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();