Skip to content

Commit a2c6118

Browse files
committed
!squash fuss DO NOT MERGE
1 parent 962d643 commit a2c6118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_internal/test_waiter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ def test_invalid_match_type_combinations(wait_pane: Pane) -> None:
20942094
match_types_list,
20952095
timeout=0.5,
20962096
)
2097-
2097+
raise NotImplementedError
20982098
except (TypeError, ValueError) as e:
20992099
print(f"\nDEBUG TEST: Caught exception: {type(e).__name__}: {e}")
21002100
if isinstance(e, TypeError):

0 commit comments

Comments
 (0)