mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-05-06 16:25:16 +00:00
test: update test for unwatch_ohlcv adjustment
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -167,6 +167,7 @@ async def test_exchangews_ohlcv(mocker, time_machine, caplog):
|
||||
|
||||
ccxt_object.un_watch_ohlcv_for_symbols = AsyncMock(side_effect=[NotSupported, ValueError])
|
||||
ccxt_object.watch_ohlcv = AsyncMock(side_effect=controlled_sleeper)
|
||||
ccxt_object.has = {"unWatchOHLCVForSymbols": True}
|
||||
ccxt_object.close = AsyncMock()
|
||||
time_machine.move_to("2024-11-01 01:00:02 +00:00")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user