Skip to content

Commit 8de09b7

Browse files
Update tests/integration/test_backtesting_nautilus.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 47d8236 commit 8de09b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/test_backtesting_nautilus.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ def test_backtest_engine_processes_generated_ticks(tmp_path, monkeypatch):
151151
engine.run()
152152

153153
assert strategy.received == 30
154-
154+
engine.stop()
155+
engine.reset()
156+
engine.dispose()
155157
engine.reset()
156158
engine.dispose()

0 commit comments

Comments
 (0)