diff options
Diffstat (limited to 'tests/template_tests/syntax_tests/test_list_index.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_list_index.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template_tests/syntax_tests/test_list_index.py b/tests/template_tests/syntax_tests/test_list_index.py index 4fc7b34d1a..0b0bb3837d 100644 --- a/tests/template_tests/syntax_tests/test_list_index.py +++ b/tests/template_tests/syntax_tests/test_list_index.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 ListIndexTests(TestCase): +class ListIndexTests(SimpleTestCase): @setup({'list-index01': '{{ var.1 }}'}) def test_list_index01(self): |
