apply suggestions in PR

This commit is contained in:
asilvestre
2026-04-25 08:34:07 +02:00
parent 0fd971d59d
commit e3abb4b6d7
3 changed files with 6 additions and 4 deletions

View File

@@ -1539,8 +1539,10 @@ class TestVonageVideoConnectorTransport:
# Wait for async processing
await self._wait_for_condition(
lambda: on_stream_received_mock1.await_count > 0
and on_stream_received_mock2.await_count > 0
lambda: (
on_stream_received_mock1.await_count > 0
and on_stream_received_mock2.await_count > 0
)
)
# Verify both listeners were called