Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AmshikaH committed Mar 7, 2024
1 parent 317faa4 commit 7a6501c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public void testUpdateRoleNameNonExistent() throws Exception {

SCIMGroupHandler scimGroupHandler = new SCIMGroupHandler(1);
scimGroupHandler.updateRoleName("NON_EXISTENT_ROLE_NAME", "NEW_ROLE_NAME");
// this method is for testing of throwing IdentitySCIMException, hence no assertion
// This method is to test the throwing of an IdentitySCIMException, hence no assertion.
}

@Test
Expand Down

0 comments on commit 7a6501c

Please sign in to comment.