Skip to content

Commit 7ad072f

Browse files
committed
Fixed tests
1 parent c0c421f commit 7ad072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/me/despical/commandframework/test/CommandRegistrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void setUp() {
7878
@Test
7979
void testCommandRegistration() {
8080
CommandFramework commandFramework = createCommandFramework();
81-
assertEquals(12, commandFramework.getCommands().size());
81+
assertEquals(6, commandFramework.getCommands().size());
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)