This commit is contained in:
tastybento 2024-08-11 17:12:25 -07:00
parent 1b22725194
commit 5df1965778

View File

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