mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-03-12 06:42:49 +01:00
Proactively clear Users before tests just in case.
This commit is contained in:
parent
bcb4ed28b8
commit
0856d48470
@ -123,6 +123,7 @@ public abstract class AbstractCommonSetup {
|
||||
when(player.getInventory()).thenReturn(inv);
|
||||
|
||||
User.setPlugin(plugin);
|
||||
User.clearUsers();
|
||||
User.getInstance(player);
|
||||
|
||||
// IWM
|
||||
|
Loading…
Reference in New Issue
Block a user