mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-17 21:02:20 +01:00
Fixed broken file renaming
Well... Hopefully it'll fix it
This commit is contained in:
parent
49c7d6b646
commit
0dc9de9c37
@ -34,7 +34,7 @@ import world.bentobox.bentobox.managers.PlayersManager;
|
|||||||
|
|
||||||
@RunWith(PowerMockRunner.class)
|
@RunWith(PowerMockRunner.class)
|
||||||
@PrepareForTest({Bukkit.class, BentoBox.class, User.class })
|
@PrepareForTest({Bukkit.class, BentoBox.class, User.class })
|
||||||
public class AdminClearResetsAllCommandTest {
|
public class AdminClearresetsallCommandTest {
|
||||||
|
|
||||||
private CompositeCommand ac;
|
private CompositeCommand ac;
|
||||||
private User user;
|
private User user;
|
Loading…
Reference in New Issue
Block a user