mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 18:55:17 +01:00
Fixed test class to not assert on /test.
This commit is contained in:
parent
7e9a287143
commit
6ef6416c5a
@ -131,7 +131,7 @@ public class TestBSkyBlock {
|
||||
assertTrue(testCommand.execute(player, "test", new String[] {"sub2", "subsub", "subsubsub", "ben", "100", "today"}));
|
||||
|
||||
// Usage tests
|
||||
assertEquals("test", testCommand.getUsage());
|
||||
assertEquals("/test", testCommand.getUsage());
|
||||
assertEquals("test.params", testCommand.getParameters());
|
||||
|
||||
// Test help
|
||||
|
Loading…
Reference in New Issue
Block a user