From 73627b1b2d3fc26466f13f9eb5f6d331ee0804ce Mon Sep 17 00:00:00 2001 From: boris Date: Sun, 5 Jul 2026 09:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3next=20open=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=97=A5=E5=9B=9E=E5=BD=92=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/fidc-core/src/engine.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/fidc-core/src/engine.rs b/crates/fidc-core/src/engine.rs index 38296f0..40d17dc 100644 --- a/crates/fidc-core/src/engine.rs +++ b/crates/fidc-core/src/engine.rs @@ -4887,7 +4887,7 @@ mod tests { } #[test] - fn next_bar_open_executes_last_decision_on_market_only_execution_day() { + fn next_bar_open_executes_last_decision_without_execution_day_factor_snapshot() { let first = d(2025, 1, 2); let second = d(2025, 1, 3); let third = d(2025, 1, 6); @@ -4899,7 +4899,7 @@ mod tests { market(third, 14.0, 15.0), ], vec![factor(first), factor(second)], - vec![candidate(first), candidate(second)], + vec![candidate(first), candidate(second), candidate(third)], vec![benchmark(first), benchmark(second), benchmark(third)], ) .expect("dataset");