Skip to content

Commit

Permalink
update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
liga-oz committed Jul 20, 2023
1 parent 4bbeb0b commit e55e734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void createXsuaaToken_setsDefaultsForTesting() {
}

@Test
public void createIasToken_isNotNull() {
public void createIasToken() {
cut = JwtGenerator.getInstance(IAS, "T000310")
.withClaimValue(SUBJECT, "P176945")
.withClaimValue(ISSUER, "https://application.myauth.com")
Expand Down

0 comments on commit e55e734

Please sign in to comment.