mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 16:43:06 +00:00
Enable caching for "filter only" Volumepairlist
This commit is contained in:
@@ -713,7 +713,7 @@ def test_VolumePairList_range(
|
||||
ohclv_mock.reset_mock()
|
||||
freqtrade.pairlists.refresh_pairlist()
|
||||
# in "filter" mode, caching is disabled.
|
||||
assert ohclv_mock.call_count == (0 if len(pairlists) == 1 else 1)
|
||||
assert ohclv_mock.call_count == 0
|
||||
whitelist = freqtrade.pairlists.whitelist
|
||||
assert whitelist == volumefilter_result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user