Skip to content

Commit 5d240c7

Browse files
[3.13] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) (GH-130183)
(cherry picked from commit 2e8044a) Co-authored-by: Tomas R <[email protected]>
1 parent 5740b95 commit 5d240c7

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
@@ -452,7 +452,7 @@ def test_plural_context_forms_null_translations(self):
452452
numbers_only=False)
453453

454454

455-
class PluralFormsInternalTestCase:
455+
class PluralFormsInternalTestCase(unittest.TestCase):
456456
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html
457457

458458
def test_ja(self):

0 commit comments

Comments
 (0)