Skip to content

Commit

Permalink
fix : Remove unchecked test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wwan13 committed Jun 25, 2024
1 parent a06679b commit 99c29e1
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 99c29e1

Please sign in to comment.