We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9317a commit d00179fCopy full SHA for d00179f
1 file changed
tests/test_live_client.py
@@ -407,7 +407,7 @@ def test_live_block_for_close(
407
dataset=Dataset.GLBX_MDP3,
408
schema=Schema.MBO,
409
stype_in=SType.INSTRUMENT_ID,
410
- symbols="*",
+ symbols="ALL_SYMBOLS",
411
start=None,
412
)
413
@@ -431,7 +431,7 @@ def test_live_block_for_close_timeout(
431
432
433
434
435
436
437
live_client.block_for_close(timeout=0)
@@ -462,7 +462,7 @@ async def test_live_wait_for_close(
462
463
464
465
466
467
468
0 commit comments