diff --git a/src/test/java/world/bentobox/bentobox/commands/BentoBoxReloadCommandTest.java b/src/test/java/world/bentobox/bentobox/commands/BentoBoxReloadCommandTest.java index b2c836034..cc4937be2 100644 --- a/src/test/java/world/bentobox/bentobox/commands/BentoBoxReloadCommandTest.java +++ b/src/test/java/world/bentobox/bentobox/commands/BentoBoxReloadCommandTest.java @@ -1,6 +1,3 @@ -/** - * - */ package world.bentobox.bentobox.commands; import static org.junit.Assert.assertEquals; @@ -73,7 +70,6 @@ public class BentoBoxReloadCommandTest { when(plugin.getCommandsManager()).thenReturn(cm); // Parent command has no aliases when(ac.getSubCommandAliases()).thenReturn(new HashMap<>()); - when(ac.getPermissionPrefix()).thenReturn("bentobox."); // Addons manager when(plugin.getAddonsManager()).thenReturn(am); // Addons