Skip to content

Commit

Permalink
test: update test at ClassGraphclasssacnner
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Mar 12, 2024
1 parent 59b31cd commit eeae0d0
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 @@ class ClassGraphClassScannerTest {
void shouldReturnEntities() {
Set<Class<?>> entities = classScanner.entities();
Assertions.assertNotNull(entities);
assertThat(entities).hasSize(27)
assertThat(entities).hasSize(28)
.contains(Person.class);
}

Expand Down

0 comments on commit eeae0d0

Please sign in to comment.