From 60bdd1602ef81a33cd6cdb4f150f669210e846be Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Wed, 8 Oct 2025 18:09:55 +0200 Subject: [PATCH] refactor: fix linter errors --- tests/test_component.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_component.py b/tests/test_component.py index 8d450998..a567c795 100644 --- a/tests/test_component.py +++ b/tests/test_component.py @@ -1508,8 +1508,7 @@ class TestComponentRender: with pytest.raises( TemplateSyntaxError, match=re.escape( - "An error occured while rendering components Other:\n" - "Unclosed tag on line 3: 'component'", + "An error occured while rendering components Other:\nUnclosed tag on line 3: 'component'", ), ): Other.render()