Skip to content

Commit 2e8044a

Browse files
authored
pythongh-130177: Fix unintentionally skipped tests in test_gettext (pythonGH-130178)
1 parent 361083b commit 2e8044a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_gettext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def test_plural_context_forms_null_translations(self):
402402
numbers_only=False)
403403

404404

405-
class PluralFormsInternalTestCase:
405+
class PluralFormsInternalTestCase(unittest.TestCase):
406406
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html
407407

408408
def test_ja(self):

0 commit comments

Comments
 (0)