Skip to content

Commit

Permalink
test: update the number of entities found at reflection project
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Dec 5, 2023
1 parent c483551 commit 7cb4219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ClassGraphClassScannerTest {
void shouldReturnEntities() {
Set<Class<?>> entities = classScanner.entities();
Assertions.assertNotNull(entities);
assertThat(entities).hasSize(26)
assertThat(entities).hasSize(27)
.contains(Person.class);
}

Expand Down

0 comments on commit 7cb4219

Please sign in to comment.