Fix tests after rebase

This commit is contained in:
Matthias
2019-01-22 07:38:15 +01:00
parent 3221f883d3
commit c77607b997
2 changed files with 8 additions and 40 deletions

View File

@@ -594,7 +594,7 @@ class Exchange(object):
data = sorted(data, key=lambda x: x[0])
except IndexError:
logger.exception("Error loading %s. Result was %s.", pair, data)
return pair, []
return pair, tick_interval, []
logger.debug("done fetching %s ...", pair)
return pair, tick_interval, data