Fixes unit test.

This commit is contained in:
tastybento 2019-04-01 14:57:21 -07:00
parent 10c0aef459
commit e94b0167f4
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}