Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-jaquier-sonarsource committed Jun 18, 2024
1 parent 72bb745 commit abd9498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void test_expression_subclasses() {
void test_statement_subclasses() {
Class<?> sealedClass = ESTree.Statement.class;
Class<?>[] permittedSubclasses = sealedClass.getPermittedSubclasses();
assertThat(permittedSubclasses).hasSize(20);
assertThat(permittedSubclasses).hasSize(21);
}

@Test
Expand Down

0 comments on commit abd9498

Please sign in to comment.