File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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+
96100async 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" )
448456async def test_futures_coin_liquidation_orders (futuresClientAsync ):
449457 await futuresClientAsync .futures_coin_liquidation_orders ()
You can’t perform that action at this time.
0 commit comments