Skip to content

Commit ca98248

Browse files
committed
style(waiter): fix line length in test_waiter.py comments
- Fixed line length issues in comments to comply with style guidelines
1 parent e3da3eb commit ca98248

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test/test_waiter.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ def add_content() -> None:
295295
assert result.success
296296
assert result.matched_content is not None
297297
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
298+
# For wait_for_any_content, the matched_content will be the specific pattern
299+
# that matched
299300
assert result.matched_content.startswith("Success")
300301

301302

0 commit comments

Comments
 (0)