Skip to content

Commit

Permalink
Remove getter test failing on my locale
Browse files Browse the repository at this point in the history
My locale is not 'en', so Messages retrieve a different string, and I don't see the point for this getter test.
  • Loading branch information
Vlatombe authored and michael-doubez committed Jul 14, 2024
1 parent d2b4fec commit dd00cfc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ public void init() {
action = new OicLogoutAction();
}

@Test
public void getDisplayName() {
assertEquals("Oic Logout", action.getDisplayName());
}

@Test
public void getIconFileName() {
assertNull(action.getIconFileName());
Expand Down

0 comments on commit dd00cfc

Please sign in to comment.