Kaydet (Commit) 8b6cb9d0 authored tarafından Alex Gaynor's avatar Alex Gaynor

Added a missing word in a skip message

üst 50214217
...@@ -193,7 +193,7 @@ class TranslationTests(TestCase): ...@@ -193,7 +193,7 @@ class TranslationTests(TestCase):
with six.assertRaisesRegex(self, KeyError, 'Your dictionary lacks key.*'): with six.assertRaisesRegex(self, KeyError, 'Your dictionary lacks key.*'):
complex_context_deferred % {'name': 'Jim'} complex_context_deferred % {'name': 'Jim'}
@skipUnless(six.PY2, "PY3 doesn't distinct int and long types") @skipUnless(six.PY2, "PY3 doesn't have distinct int and long types")
def test_ungettext_lazy_long(self): def test_ungettext_lazy_long(self):
""" """
Regression test for #22820: int and long should be treated alike in ungettext_lazy. Regression test for #22820: int and long should be treated alike in ungettext_lazy.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment