Skip to content

Commit e7c8b8b

Browse files
committed
!squash to test_invalid_match_type_combinations
1 parent 8963c20 commit e7c8b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_internal/test_waiter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2080,7 +2080,7 @@ def test_invalid_match_type_combinations(wait_pane: Pane) -> None:
20802080
with pytest.raises(TypeError) as excinfo_mixed:
20812081
wait_for_any_content(
20822082
wait_pane,
2083-
["valid string", re.compile(r"\d+"), 123], # type: ignore
2083+
["valid string", re.compile(r"\d{100}"), 123_000_928_122], # type: ignore
20842084
[ContentMatchType.CONTAINS, ContentMatchType.REGEX, ContentMatchType.EXACT],
20852085
timeout=0.5,
20862086
)

0 commit comments

Comments
 (0)