summaryrefslogtreecommitdiff
path: root/tests/i18n/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i18n/tests.py')
-rw-r--r--tests/i18n/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py
index 6d8910bf04..9d35b9e54c 100644
--- a/tests/i18n/tests.py
+++ b/tests/i18n/tests.py
@@ -262,7 +262,6 @@ class TranslationTests(TransRealMixin, TestCase):
self.assertRaises(TemplateSyntaxError, Template, '{% load i18n %}{% blocktrans context %}{% endblocktrans %}')
self.assertRaises(TemplateSyntaxError, Template, '{% load i18n %}{% blocktrans count number=2 context %}{{ number }} super result{% plural %}{{ number }} super results{% endblocktrans %}')
-
def test_string_concat(self):
"""
six.text_type(string_concat(...)) should not raise a TypeError - #4796