From 8b801eb99696fcd9eb015f6726c737e8ec32241d Mon Sep 17 00:00:00 2001 From: Charles Cunningham Date: Mon, 23 Mar 2026 18:08:01 -0700 Subject: [PATCH] Fix explicit turn start index test Co-authored-by: Codex --- codex-rs/core/src/thread_manager_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/thread_manager_tests.rs b/codex-rs/core/src/thread_manager_tests.rs index 17d0d5df2d..18c6b5d722 100644 --- a/codex-rs/core/src/thread_manager_tests.rs +++ b/codex-rs/core/src/thread_manager_tests.rs @@ -544,7 +544,7 @@ async fn interrupted_fork_snapshot_preserves_explicit_turn_id() { SnapshotTurnState { ends_mid_turn: true, active_turn_id: Some("turn-explicit".to_string()), - active_turn_start_index: Some(0), + active_turn_start_index: Some(1), }, );