Typo in test name

This commit is contained in:
dotasek 2022-10-27 17:37:34 -04:00
parent ef2092e500
commit 865f41b71f
1 changed files with 2 additions and 3 deletions

View File

@ -62,10 +62,9 @@ class I18nBaseTest {
} }
@Test @Test
@DisplayName("Test pluralization works without initializing Locale.") @DisplayName("Test pluralization works with initializing Locale.")
void testFormatMessagePluralWithInitLocale() { void testFormatMessagePluralWithInitLocale() {
I18nTestClass testClass = new I18nTestClass(); I18nTestClass testClass = new I18nTestClass();
//ResourceBundle loadedBundle = ResourceBundle.getBundle("Messages", Locale.GERMAN);
testClass.setLocale(Locale.GERMAN); testClass.setLocale(Locale.GERMAN);
//Answer value muss vom Typ {0} sein. //Answer value muss vom Typ {0} sein.