Update comment

(to trigger CI)
This commit is contained in:
Matthias 2020-05-30 09:43:50 +02:00
parent 2ed10aeb9b
commit 7ea59b6d8e
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ def test_assert_df(default_conf, mocker, ohlcv_history, caplog):
_STRATEGY.assert_df(ohlcv_history, len(ohlcv_history),
ohlcv_history.loc[1, 'close'], ohlcv_history.loc[0, 'date'])
assert log_has_re(r"Dataframe returned from strategy.*last date\.", caplog)
# reset to avoid problems in other tests
# reset to avoid problems in other tests due to test leakage
_STRATEGY.disable_dataframe_checks = False