Skip to content

Commit

Permalink
Lint & coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed Feb 27, 2024
1 parent 3816f84 commit c2a074c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,8 @@ void findByIdExpected() {
Assertions.assertEquals("user2", emptyUserRepository.findByIdExpected("user1", "user2").getId());
}

@Test
void getCustomAttributes() {
Assertions.assertEquals(0, new EmptyUserRepository().getCustomAttributes().length);
}
}

0 comments on commit c2a074c

Please sign in to comment.