Skip to content

Commit

Permalink
public test
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-sunder-s committed Aug 11, 2022
1 parent 47fcfcc commit b030b6d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ public void serialize() throws IOException, ClassNotFoundException {
}

@Test
void token_with_0x20() throws IOException {
public void token_with_0x20() throws IOException {
IdToken accessToken = IdToken.create(TOKEN_WITH_0x20);
assertEquals(TOKEN_WITH_0x20, accessToken.getTokenValue());
}
Expand Down

0 comments on commit b030b6d

Please sign in to comment.