We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53592fa commit 61a7b8bCopy full SHA for 61a7b8b
1 file changed
tests/test_handlers.py
@@ -1863,6 +1863,7 @@ async def test_response_aggregation_random_delay():
1863
addresses=[socket.inet_aton("10.0.1.2")],
1864
)
1865
mocked_zc = unittest.mock.MagicMock()
1866
+ mocked_zc.loop = asyncio.get_running_loop()
1867
outgoing_queue = MulticastOutgoingQueue(mocked_zc, 0, 500)
1868
1869
now = current_time_millis()
@@ -1930,6 +1931,7 @@ async def test_future_answers_are_removed_on_send():
1930
1931
addresses=[socket.inet_aton("10.0.1.3")],
1932
1933
1934
1935
outgoing_queue = MulticastOutgoingQueue(mocked_zc, 0, 0)
1936
1937
0 commit comments