summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/template_tests/test_library.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/test_library.py b/tests/template_tests/test_library.py
index 98e9d228aa..5827d33223 100644
--- a/tests/template_tests/test_library.py
+++ b/tests/template_tests/test_library.py
@@ -132,7 +132,7 @@ class SimpleBlockTagRegistrationTests(SimpleTestCase):
self.assertIn("func", self.library.tags)
def test_simple_block_tag_parens(self):
- @self.library.simple_tag()
+ @self.library.simple_block_tag()
def func(content):
return content