mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-05-01 14:36:50 +00:00
Add timeframe info into 'increase startup_candle_count' log message
This commit is contained in:
@@ -51,7 +51,7 @@ def test_freqai_backtest_load_data(freqai_conf, mocker, caplog):
|
||||
backtesting = Backtesting(deepcopy(freqai_conf))
|
||||
backtesting.load_bt_data()
|
||||
|
||||
assert log_has_re('Increasing startup_candle_count for freqai to.*', caplog)
|
||||
assert log_has_re('Increasing startup_candle_count for freqai on.*to.*', caplog)
|
||||
|
||||
Backtesting.cleanup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user