Skip to content

Commit d00179f

Browse files
committed
DOC: Update all symbols uses and symbology docs
1 parent 5e9317a commit d00179f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_live_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def test_live_block_for_close(
407407
dataset=Dataset.GLBX_MDP3,
408408
schema=Schema.MBO,
409409
stype_in=SType.INSTRUMENT_ID,
410-
symbols="*",
410+
symbols="ALL_SYMBOLS",
411411
start=None,
412412
)
413413

@@ -431,7 +431,7 @@ def test_live_block_for_close_timeout(
431431
dataset=Dataset.GLBX_MDP3,
432432
schema=Schema.MBO,
433433
stype_in=SType.INSTRUMENT_ID,
434-
symbols="*",
434+
symbols="ALL_SYMBOLS",
435435
start=None,
436436
)
437437
live_client.block_for_close(timeout=0)
@@ -462,7 +462,7 @@ async def test_live_wait_for_close(
462462
dataset=Dataset.GLBX_MDP3,
463463
schema=Schema.MBO,
464464
stype_in=SType.INSTRUMENT_ID,
465-
symbols="*",
465+
symbols="ALL_SYMBOLS",
466466
start=None,
467467
)
468468

0 commit comments

Comments
 (0)