mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
Fix explicit turn start index test
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -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),
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user