Adjust tests to 3tuple return value from async method

This commit is contained in:
Matthias
2018-12-29 19:30:47 +01:00
parent d6df3e55c0
commit 5f61da30ed
2 changed files with 11 additions and 7 deletions

View File

@@ -518,6 +518,7 @@ class Exchange(object):
input_coroutines = [self._async_get_candle_history(
pair, tick_interval, since) for since in
range(since_ms, arrow.utcnow().timestamp * 1000, one_call)]
tickers = await asyncio.gather(*input_coroutines, return_exceptions=True)
# Combine tickers