summaryrefslogtreecommitdiff
path: root/tests/template_tests
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-29 19:17:50 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-12-01 08:38:27 -0500
commite94b19f6abdda70689aa17e399ce5fdef7897674 (patch)
tree9298abbd642f68e5914998da6d91357678f484c9 /tests/template_tests
parent3ea0195ca57790d7bd6921ecaa32312eabec78d0 (diff)
Refs #35535 -- Used intended decorator in test_simple_block_tag_parens().
Diffstat (limited to 'tests/template_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