test: re-add excluded assert

This commit is contained in:
Matthias
2024-10-29 19:27:03 +01:00
parent e35f5c9fde
commit 592848ad03

View File

@@ -1776,8 +1776,8 @@ def test_backtest_multi_pair_detail_simplified(
if use_detail: if use_detail:
# Backtest loop is called once per candle per pair # 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 3_800
assert bl_spy.call_count > 1_350 assert bl_spy.call_count > 3_350
# assert bl_spy.call_count < 1_500 assert bl_spy.call_count < 3_800
else: else:
assert bl_spy.call_count < 995 assert bl_spy.call_count < 995