From 23ac9e145a91acd91000ec95a675c22b07d4334f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 27 Jan 2024 16:25:00 +0100 Subject: [PATCH] Fix generator test --- tests/plugins/test_pairlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/test_pairlist.py b/tests/plugins/test_pairlist.py index 1f3f0d16a..3d26979e1 100644 --- a/tests/plugins/test_pairlist.py +++ b/tests/plugins/test_pairlist.py @@ -1540,7 +1540,7 @@ def test_FullTradesFilter(mocker, default_conf_usdt, fee, caplog) -> None: ([ # MarketCapPairList as generator {"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): test_value = [