Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Aug 19, 2024
1 parent c0c421f commit 7ad072f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void setUp() {
@Test
void testCommandRegistration() {
CommandFramework commandFramework = createCommandFramework();
assertEquals(12, commandFramework.getCommands().size());
assertEquals(6, commandFramework.getCommands().size());
}

/**
Expand Down

0 comments on commit 7ad072f

Please sign in to comment.