Clarify todo

This commit is contained in:
Matthias 2022-02-15 06:39:47 +01:00
parent ae249a0f97
commit 5ee5e0256b
1 changed files with 1 additions and 1 deletions

View File

@ -341,9 +341,9 @@ class TestCCXTExchange():
def test_ccxt_get_max_leverage_futures(self, exchange_futures):
futures, futures_name = exchange_futures
# TODO-lev: binance, gateio, and okx test
if futures:
leverage_in_market_futures = EXCHANGES[futures_name]['leverage_in_market']['futures']
# TODO-lev: binance, gateio, and okx don't have leverage_in_market
if leverage_in_market_futures:
futures_pair = EXCHANGES[futures_name].get(
'futures_pair',