test: fix long_short switch test

This commit is contained in:
Matthias
2025-01-16 19:47:12 +01:00
parent 4a6027b43f
commit 5f89708be4

View File

@@ -1901,7 +1901,7 @@ def test_backtest_multi_pair_long_short_switch(
if use_detail:
# Backtest loop is called once per candle per pair
assert bl_spy.call_count == 1484
assert bl_spy.call_count == 1482
else:
assert bl_spy.call_count == 479