Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
SujanSanjula96 committed Jan 3, 2025
1 parent 82d61fc commit 8bf6a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public void testGetServiceProviders() throws Exception {
}

@Test
public void testGetServiceProvidersForNameIDFormat() throws Exception {
public void testGetServiceProvidersForValidNameIDFormat() throws Exception {

mockStatic(UserRegistry.class);
mockStatic(IdentityUtil.class);
Expand Down

0 comments on commit 8bf6a6d

Please sign in to comment.