Skip to content

Commit

Permalink
pythongh-130177: Fix unintentionally skipped tests in test_gettext (p…
Browse files Browse the repository at this point in the history
…ythonGH-130178)

(cherry picked from commit 2e8044a)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
  • Loading branch information
tomasr8 authored and miss-islington committed Feb 16, 2025
1 parent 4acf03c commit d2898c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_gettext.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d2898c9

Please # to comment.