Skip to content

Commit

Permalink
use asserts also in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Mar 9, 2024
1 parent 9a17a04 commit 5a48f66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/unit/tool_util/test_test_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ def test_assert_legacy_same_as_new_list_style():
"""
- has_archive_member:
path: ".*"
children:
- has_text:
text: "a text"
- has_text:
text: "another text"
asserts:
- has_text:
text: "a text"
- has_text:
text: "another text"
"""
)

Expand Down

0 comments on commit 5a48f66

Please sign in to comment.