summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 d839fa5e94..2ab8dd73e2 100644
--- a/tests/i18n/tests.py
+++ b/tests/i18n/tests.py
@@ -286,7 +286,6 @@ class TranslationTests(SimpleTestCase):
for lang, locale in tests:
with self.subTest(lang=lang):
self.assertEqual(to_locale(lang), locale)
- self.assertEqual(trans_null.to_locale(lang), locale)
def test_to_language(self):
self.assertEqual(trans_real.to_language('en_US'), 'en-us')