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.
Vlatombe authored and michael-doubez committed Jul 14, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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
@@ -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());

0 comments on commit dd00cfc

Please sign in to comment.