Update test to new list-pairs format

This commit is contained in:
Matthias
2021-11-01 09:46:35 +01:00
parent bfe3760f68
commit 11b77cf94c
4 changed files with 6 additions and 5 deletions

View File

@@ -2983,7 +2983,7 @@ def test_timeframe_to_next_date():
("BTC-PERP", 'BTC', 'USD', "ftx", False, False, True, 'spot', {}, False),
("BTC-PERP", 'BTC', 'USD', "ftx", False, False, True, 'margin', {}, False),
("BTC-PERP", 'BTC', 'USD', "ftx", False, False, True, 'futures', {}, True),
])
])
def test_market_is_tradable(
mocker, default_conf, market_symbol, base,
quote, spot, margin, futures, trademode, add_dict, exchange, expected_result