diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_invalid_string.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_invalid_string.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template_tests/syntax_tests/test_invalid_string.py b/tests/template_tests/syntax_tests/test_invalid_string.py index 5aadbdbcfa..a2893dc467 100644 --- a/tests/template_tests/syntax_tests/test_invalid_string.py +++ b/tests/template_tests/syntax_tests/test_invalid_string.py @@ -1,10 +1,10 @@ from django.conf import settings -from django.test import TestCase +from django.test import SimpleTestCase from .utils import render, setup -class InvalidStringTests(TestCase): +class InvalidStringTests(SimpleTestCase): @setup({'invalidstr01': '{{ var|default:"Foo" }}'}) def test_invalidstr01(self): |
