We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c421f commit 7ad072fCopy full SHA for 7ad072f
src/test/java/me/despical/commandframework/test/CommandRegistrationTest.java
@@ -78,7 +78,7 @@ void setUp() {
78
@Test
79
void testCommandRegistration() {
80
CommandFramework commandFramework = createCommandFramework();
81
- assertEquals(12, commandFramework.getCommands().size());
+ assertEquals(6, commandFramework.getCommands().size());
82
}
83
84
/**
0 commit comments