Skip to content

Commit bec7c27

Browse files
committed
!squash more
1 parent 504fa73 commit bec7c27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libtmux/test/waiter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ class PaneContentWaiter:
228228
... result = (
229229
... expect(pane)
230230
... .with_timeout(1.0) # Reduce timeout for faster doctest execution
231-
... .without_raising() # Don't raise exceptions
232231
... .wait_for_text("Operation completed")
233232
... )
234233
... print(f"Result success: {result.success}")
@@ -243,7 +242,6 @@ class PaneContentWaiter:
243242
... result = (
244243
... PaneContentWaiter(pane)
245244
... .with_timeout(1.0) # Reduce timeout for faster doctest execution
246-
... .without_raising() # Don't raise exceptions
247245
... .wait_for_regex(r"Process \d+ completed")
248246
... )
249247
... # Print debug info about the result for doctest

0 commit comments

Comments
 (0)