summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template_tests/syntax_tests/test_setup.py')
-rw-r--r--tests/template_tests/syntax_tests/test_setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template_tests/syntax_tests/test_setup.py b/tests/template_tests/syntax_tests/test_setup.py
index ca91093078..ea37698ee9 100644
--- a/tests/template_tests/syntax_tests/test_setup.py
+++ b/tests/template_tests/syntax_tests/test_setup.py
@@ -1,10 +1,10 @@
from django.conf import settings
-from django.test import TestCase
+from django.test import SimpleTestCase
from .utils import setup
-class SetupTests(TestCase):
+class SetupTests(SimpleTestCase):
def test_setup(self):
"""