You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: replace polling loops with sleep to avoid partial branch coverage
Use await anyio.sleep() instead of while loops to wait for monitor
cancellation. The while loop's False-condition branch was never taken
because the scope always exits via cancellation, not loop termination.
0 commit comments