[3.12] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) (GH-130184)

(cherry picked from commit 2e8044a4f7)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-02-16 13:31:24 +01:00 committed by GitHub
parent 4acf03ce65
commit b85f061b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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