improve tests slighly

This commit is contained in:
Matthias
2024-02-10 20:13:17 +01:00
parent fc15f98b80
commit d23079f837
2 changed files with 15 additions and 17 deletions

View File

@@ -2407,9 +2407,7 @@ class Exchange:
# fetch trades asynchronously
if params:
logger.debug("Fetching trades for pair %s, params: %s ", pair, params)
trades = await self._api_async.fetch_trades(pair,
params=params,
limit=candle_limit)
trades = await self._api_async.fetch_trades(pair, params=params, limit=candle_limit)
else:
logger.debug(
"Fetching trades for pair %s, since %s %s...",