summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_resetcycle.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template_tests/syntax_tests/test_resetcycle.py')
-rw-r--r--tests/template_tests/syntax_tests/test_resetcycle.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_resetcycle.py b/tests/template_tests/syntax_tests/test_resetcycle.py
index 6d7365a6ec..fb67b3368e 100644
--- a/tests/template_tests/syntax_tests/test_resetcycle.py
+++ b/tests/template_tests/syntax_tests/test_resetcycle.py
@@ -33,7 +33,9 @@ class ResetCycleTagTests(SimpleTestCase):
@setup(
{
- "resetcycle05": "{% for i in test %}{% cycle 'a' 'b' %}{% resetcycle %}{% endfor %}"
+ "resetcycle05": (
+ "{% for i in test %}{% cycle 'a' 'b' %}{% resetcycle %}{% endfor %}"
+ )
}
)
def test_resetcycle05(self):