mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
Fix generator test
This commit is contained in:
@@ -1540,7 +1540,7 @@ def test_FullTradesFilter(mocker, default_conf_usdt, fee, caplog) -> None:
|
|||||||
([
|
([
|
||||||
# MarketCapPairList as generator
|
# MarketCapPairList as generator
|
||||||
{"method": "MarketCapPairList", "mode": "total_assets", "number_assets": 5}
|
{"method": "MarketCapPairList", "mode": "total_assets", "number_assets": 5}
|
||||||
], ['ETH/USDT', 'XRP/USDT'])
|
], ['BTC/USDT', 'ETH/USDT', 'XRP/USDT'])
|
||||||
])
|
])
|
||||||
def test_MarketCapPairList_filter(mocker, default_conf_usdt, markets, pairlists, result):
|
def test_MarketCapPairList_filter(mocker, default_conf_usdt, markets, pairlists, result):
|
||||||
test_value = [
|
test_value = [
|
||||||
|
|||||||
Reference in New Issue
Block a user