mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-12-31 17:57:33 +01:00
Fixes unit test.
This commit is contained in:
parent
10c0aef459
commit
e94b0167f4
@ -114,7 +114,7 @@ public class IslandCommandTest {
|
||||
assertEquals("commands.island.parameters", cmd.getParameters());
|
||||
assertEquals("commands.island.help.description", cmd.getDescription());
|
||||
// Number of commands = sub commands + help
|
||||
assertEquals("Number of sub commands registered", 16, cmd.getSubCommands().values().size());
|
||||
assertEquals("Number of sub commands registered", 17, cmd.getSubCommands().values().size());
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user