Update comment
(to trigger CI)
This commit is contained in:
parent
2ed10aeb9b
commit
7ea59b6d8e
@ -153,7 +153,7 @@ def test_assert_df(default_conf, mocker, ohlcv_history, caplog):
|
|||||||
_STRATEGY.assert_df(ohlcv_history, len(ohlcv_history),
|
_STRATEGY.assert_df(ohlcv_history, len(ohlcv_history),
|
||||||
ohlcv_history.loc[1, 'close'], ohlcv_history.loc[0, 'date'])
|
ohlcv_history.loc[1, 'close'], ohlcv_history.loc[0, 'date'])
|
||||||
assert log_has_re(r"Dataframe returned from strategy.*last date\.", caplog)
|
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
|
_STRATEGY.disable_dataframe_checks = False
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user