Skip to content

Commit

Permalink
test(language): update state count test
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Jan 18, 2025
1 parent 20b8b7e commit 9da6529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void getSymbolCount() {

@Test
void getStateCount() {
assertEquals(1378, language.getStateCount());
assertEquals(1385, language.getStateCount());
}

@Test
Expand Down

0 comments on commit 9da6529

Please sign in to comment.