mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Formatting ...
This commit is contained in:
parent
01baea8aab
commit
470a239e82
|
@ -1555,7 +1555,9 @@ def test_FullTradesFilter(mocker, default_conf_usdt, fee, caplog) -> None:
|
|||
{"method": "MarketCapPairList", "number_assets": 2}
|
||||
], 'futures', ['ETH/USDT:USDT', 'ADA/USDT:USDT']),
|
||||
])
|
||||
def test_MarketCapPairList_filter(mocker, default_conf_usdt, trade_mode, markets, pairlists, result):
|
||||
def test_MarketCapPairList_filter(
|
||||
mocker, default_conf_usdt, trade_mode, markets, pairlists, result
|
||||
):
|
||||
test_value = [
|
||||
{"symbol": "btc"},
|
||||
{"symbol": "eth"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user