From 5a48f66c4678190a0199416afa4596403a47be64 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Sat, 9 Mar 2024 15:10:52 +0100 Subject: [PATCH] use asserts also in test --- test/unit/tool_util/test_test_parsing.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/unit/tool_util/test_test_parsing.py b/test/unit/tool_util/test_test_parsing.py index 16552a12b825..ca6765d598cd 100644 --- a/test/unit/tool_util/test_test_parsing.py +++ b/test/unit/tool_util/test_test_parsing.py @@ -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" """ )