You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertTrue(languageTranslationsList.getData().get(0).getData() instanceofPlainLanguageTranslations, "Wrong return type, must be PlainLanguageTranslations");
assertTrue(languageTranslationsList.getData().get(0).getData() instanceofPluralLanguageTranslations, "Wrong return type, must be PluralLanguageTranslations");
assertTrue(languageTranslationsList.getData().get(0).getData() instanceofICULanguageTranslations, "Wrong return type, must be ICULanguageTranslations");
0 commit comments