Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/unit/test_bidi.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ def test_consumer_unexpected_error(self, caplog):

# Wait for the consumer's thread to exit.
while consumer.is_active:
pass
pass # pragma: NO COVER (race condition)

on_response.assert_not_called()
bidi_rpc.recv.assert_called_once()
Expand Down