Skip to content

Commit 812586e

Browse files
authored
Update test_async_client_futures.py
1 parent 224bd69 commit 812586e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test_async_client_futures.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ async def test_futures_orderbook_ticker(futuresClientAsync):
9393
await futuresClientAsync.futures_orderbook_ticker()
9494

9595

96+
async def test_futures_index_index_price_constituents(futuresClientAsync):
97+
await futuresClientAsync.futures_index_price_constituents(symbol="BTCUSD")
98+
99+
96100
async def test_futures_liquidation_orders(futuresClientAsync):
97101
await futuresClientAsync.futures_liquidation_orders()
98102

@@ -444,6 +448,10 @@ async def test_futures_coin_orderbook_ticker(futuresClientAsync):
444448
await futuresClientAsync.futures_coin_orderbook_ticker()
445449

446450

451+
async def test_futures_coin_index_index_price_constituents(futuresClientAsync):
452+
await futuresClientAsync.futures_coin_index_price_constituents(symbol="BTCUSD")
453+
454+
447455
@pytest.mark.skip(reason="Not implemented")
448456
async def test_futures_coin_liquidation_orders(futuresClientAsync):
449457
await futuresClientAsync.futures_coin_liquidation_orders()

0 commit comments

Comments
 (0)