8000 gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) · python/cpython@2e8044a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e8044a

Browse files
authored
gh-130177: Fix unintentionally skipped tests in test_gettext (GH-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

Lines changed: 1 addition & 1 deletion
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
40 413A 7407

408408
def test_ja(self):

0 commit comments

Comments
 (0)
0