Skip to content

Commit

Permalink
fix: apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasalfiti committed Mar 19, 2024
1 parent 012a2c4 commit 00ff44a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ public static void beforeAll() {
}

@Test
@DisplayName(
"Should return a signed Jwt with the given Map of claims and the given private key.")
@DisplayName("Should return a signed Jwt with the given Map of claims and the given private key.")
void shouldReturnSignedJWT() {

LinkedHashMap<String, Object> claims = new LinkedHashMap<>();
Expand Down

0 comments on commit 00ff44a

Please sign in to comment.