diff --git a/codex-rs/core/src/goals.rs b/codex-rs/core/src/goals.rs index 6682973034..fe8a68c1bb 100644 --- a/codex-rs/core/src/goals.rs +++ b/codex-rs/core/src/goals.rs @@ -1586,7 +1586,6 @@ mod tests { assert!(prompt.contains("finish the stack")); assert!(prompt.contains("\nfinish the stack\n")); assert!(prompt.contains("Token budget: 10000")); - assert!(!prompt.contains("Time spent pursuing goal")); assert!(prompt.contains("call update_goal with status \"complete\"")); assert!(!prompt.contains( "explain the blocker or next required input to the user and wait for new input"