tests: fix test and improve coverage

This commit is contained in:
Meng Xiangzhuo
2024-10-30 09:59:13 +08:00
parent e49b5b03db
commit a417698fcd
7 changed files with 134 additions and 73 deletions

View File

@@ -2246,7 +2246,7 @@ class Exchange:
candle_type=candle_type,
)
)
logger.info(f"Downloaded data for {pair} with length {len(data)}.")
logger.info(f"Downloaded data for {pair} from ccxt with length {len(data)}.")
return ohlcv_to_dataframe(data, timeframe, pair, fill_missing=False, drop_incomplete=True)
async def _async_get_historic_ohlcv(