gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178)

This commit is contained in:
Tomas R. 2025-02-16 13:14:37 +01:00 committed by GitHub
parent 361083b84b
commit 2e8044a4f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -402,7 +402,7 @@ class GNUTranslationsClassPluralFormsTestCase(PluralFormsTests, GettextBaseTest)
numbers_only=False)
class PluralFormsInternalTestCase:
class PluralFormsInternalTestCase(unittest.TestCase):
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html
def test_ja(self):