[6.0.x] Refs #35535 -- Used intended decorator in test_simple_block_tag_parens().

Backport of e94b19f6ab from main.
This commit is contained in:
Jacob Walls 2025-11-29 19:17:50 -05:00
parent 9cfdab2e8d
commit cf4e036bde

View file

@ -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