We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7203165 commit a284729Copy full SHA for a284729
tests/test_live_client.py
@@ -272,9 +272,10 @@ async def test_live_start(
272
schema=Schema.MBO,
273
)
274
275
- live_client.start()
276
assert live_client.is_connected() is True
277
+ live_client.start()
278
+
279
message = await mock_live_server.get_message_of_type(
280
gateway.SessionStart,
281
timeout=1,
@@ -504,8 +505,6 @@ async def test_live_wait_for_close_timeout(
504
505
start=None,
506
507
508
-
509
await live_client.wait_for_close(timeout=0)
510
511
live_client.terminate.assert_called_once() # type: ignore
0 commit comments