Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Mar 11, 2024
1 parent 5a03b37 commit e0e6a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/tool_util/test_tool_linters.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
"""

TOOL_WITH_COMMENTS = """
<tool>
<tool id="id" name="name" version="1" profile="22.01">
<stdio>
<!-- This is a comment -->
<regex match="low space" source="both" level="warning" description="Low space on device" />
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e0e6a6e

Please sign in to comment.