From f7f78ad2a4a262c04e18be61798c749ddcd4db9a Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 17 Jan 2025 19:01:11 +0100 Subject: [PATCH] test: fix test comment --- tests/optimize/test_backtesting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/optimize/test_backtesting.py b/tests/optimize/test_backtesting.py index b85e2e2d5..81aca35a6 100644 --- a/tests/optimize/test_backtesting.py +++ b/tests/optimize/test_backtesting.py @@ -1772,7 +1772,7 @@ def test_backtest_multi_pair_detail_simplified( if use_detail: # Backtest loop is called once per candle per pair - # Exact numbers depend on trade state - but should be around 3_800 + # Exact numbers depend on trade state - but should be around 2_600 assert bl_spy.call_count > 2_170 assert bl_spy.call_count < 2_800 assert len(evaluate_result_multi(results["results"], "1h", 3)) > 0