Update tests

This commit is contained in:
Matthias
2024-04-19 07:25:41 +02:00
parent a451b94387
commit 87d50243e2
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -226,8 +226,10 @@ def test_edge_heartbeat_calculate(mocker, edge_conf):
assert edge.calculate(edge_conf['exchange']['pair_whitelist']) is False
def mocked_load_data(datadir, pairs=[], timeframe='0m',
def mocked_load_data(datadir, pairs=None, timeframe='0m',
timerange=None, *args, **kwargs):
if pairs is None:
pairs = []
hz = 0.1
base = 0.001