Fixed broken file renaming

Well... Hopefully it'll fix it
This commit is contained in:
Florian CUNY 2018-10-28 14:33:36 +01:00
parent 49c7d6b646
commit 0dc9de9c37
8 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import world.bentobox.bentobox.managers.PlayersManager;
@RunWith(PowerMockRunner.class)
@PrepareForTest({Bukkit.class, BentoBox.class, User.class })
public class AdminClearResetsAllCommandTest {
public class AdminClearresetsallCommandTest {
private CompositeCommand ac;
private User user;