mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-01 00:10:40 +01:00
Fix test
This commit is contained in:
parent
1b22725194
commit
5df1965778
@ -137,7 +137,7 @@ public class WitherListenerTest extends AbstractCommonSetup {
|
||||
when(entity.getLocation()).thenReturn(location2);
|
||||
when(entity.getWorld()).thenReturn(world2);
|
||||
when(entity.getType()).thenReturn(EntityType.WITHER);
|
||||
EntityExplodeEvent e = getExplodeEvent(entity, location, blocks);
|
||||
EntityExplodeEvent e = getExplodeEvent(entity, location2, blocks);
|
||||
wl.onExplosion(e);
|
||||
assertFalse(blocks.isEmpty());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user