We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad3f4f commit bf4abe4Copy full SHA for bf4abe4
tests/test/test_waiter.py
@@ -295,7 +295,8 @@ def add_content() -> None:
295
assert result.success
296
assert result.matched_content is not None
297
assert isinstance(result.matched_content, str), "matched_content should be a string"
298
- # For wait_for_any_content, the matched_content will be the specific pattern that matched
+ # For wait_for_any_content, the matched_content will be the specific pattern
299
+ # that matched
300
assert result.matched_content.startswith("Success")
301
302
0 commit comments