Skip to content

Commit

Permalink
Merge pull request #37 from wwan13/feature/refactor
Browse files Browse the repository at this point in the history
fix : Remove unchecked test cases
  • Loading branch information
wwan13 authored Jun 25, 2024
2 parents 927e579 + 99c29e1 commit c2451f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ void should_ResolveRoles() {

// then
assertThat(value.getClass()).isAssignableFrom(HashSet.class);
assertThat((Set) value).contains("ROLE_USER");
}

@Test
Expand Down

0 comments on commit c2451f2

Please sign in to comment.