From e0e6a6e8257e3d54dac111953fcc76250f8feaf7 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Mon, 11 Mar 2024 18:45:55 +0100 Subject: [PATCH] fix tests --- test/unit/tool_util/test_tool_linters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/tool_util/test_tool_linters.py b/test/unit/tool_util/test_tool_linters.py index 5a16e06e2391..c4762cbe97c9 100644 --- a/test/unit/tool_util/test_tool_linters.py +++ b/test/unit/tool_util/test_tool_linters.py @@ -897,7 +897,7 @@ """ TOOL_WITH_COMMENTS = """ - + @@ -1088,7 +1088,7 @@ def test_general_text_spaces(lint_ctx): in lint_ctx.warn_messages ) assert not lint_ctx.info_messages - assert len(lint_ctx.valid_messages) == 1 + assert len(lint_ctx.valid_messages) == 4 assert len(lint_ctx.warn_messages) == 1 assert not lint_ctx.error_messages