Fix tests

This commit is contained in:
tastybento 2022-12-31 18:19:32 -08:00
parent 872940011a
commit 0bffe3806a
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ public class PVPListenerTest {
// Verify
verify(player, times(3)).getUniqueId();
verify(cloud).getEntityId();
verify(tp, times(2)).getShooter();
verify(tp).getShooter();
PowerMockito.verifyStatic(Bukkit.class);
Bukkit.getScheduler();
}