This commit is contained in:
tastybento 2020-07-26 14:27:36 -07:00
parent b42041c2cf
commit 9e72a607f2
1 changed files with 2 additions and 2 deletions

View File

@ -275,8 +275,8 @@ public class LevelTest {
addon.onEnable();
verify(plugin).logWarning("[Level] Level Addon: No such world in blockconfig.yml : acidisland_world");
verify(plugin).log("[Level] Level hooking into BSkyBlock");
verify(cmd, times(3)).getAddon(); // Three commands
verify(adminCmd, times(3)).getAddon(); // Three commands
verify(cmd, times(3)).getAddon(); // 3 commands
verify(adminCmd, times(4)).getAddon(); // Four commands
// Placeholders
verify(phm).registerPlaceholder(eq(addon), eq("bskyblock_island_level"), any());
verify(phm).registerPlaceholder(eq(addon), eq("bskyblock_visited_island_level"), any());