Skip to content

Commit

Permalink
fix: Nombre de regles java dans les tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hayaofr authored and javathought committed Apr 6, 2023
1 parent 17bf02e commit 3ffce85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void checkNumberRules() {
final JavaCheckRegistrar registrar = new JavaCheckRegistrar();
registrar.register(context);

assertThat(context.checkClasses()).hasSize(19);
assertThat(context.checkClasses()).hasSize(20);
assertThat(context.testCheckClasses()).isEmpty();
}
}

0 comments on commit 3ffce85

Please sign in to comment.