diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_comment.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_comment.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template_tests/syntax_tests/test_comment.py b/tests/template_tests/syntax_tests/test_comment.py index 50d26e7cf1..35c720efd7 100644 --- a/tests/template_tests/syntax_tests/test_comment.py +++ b/tests/template_tests/syntax_tests/test_comment.py @@ -1,9 +1,9 @@ -from django.test import TestCase +from django.test import SimpleTestCase from .utils import render, setup -class CommentSyntaxTests(TestCase): +class CommentSyntaxTests(SimpleTestCase): @setup({'comment-syntax01': '{# this is hidden #}hello'}) def test_comment_syntax01(self): |
