Skip to content

Commit 82f9874

Browse files
committed
test: update test for new behavior
1 parent 65418c7 commit 82f9874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/optimize/test_lookahead_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,4 +490,4 @@ def test_config_overrides(lookahead_conf):
490490
lookahead_conf = LookaheadAnalysisSubFunctions.calculate_config_overrides(lookahead_conf)
491491

492492
assert lookahead_conf["dry_run_wallet"] == 1000000000
493-
assert lookahead_conf["max_open_trades"] == 3
493+
assert lookahead_conf["max_open_trades"] == -1

0 commit comments

Comments
 (0)