diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_builtins.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_builtins.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template_tests/syntax_tests/test_builtins.py b/tests/template_tests/syntax_tests/test_builtins.py index 5771c0d429..ecd428154c 100644 --- a/tests/template_tests/syntax_tests/test_builtins.py +++ b/tests/template_tests/syntax_tests/test_builtins.py @@ -1,9 +1,9 @@ -from django.test import TestCase +from django.test import SimpleTestCase from .utils import render, setup -class BuiltinsTests(TestCase): +class BuiltinsTests(SimpleTestCase): @setup({'builtins01': '{{ True }}'}) def test_builtins01(self): |
