diff --git a/codex-rs/core/src/stream_events_utils_tests.rs b/codex-rs/core/src/stream_events_utils_tests.rs index 5d61870b314..f2b00127802 100644 --- a/codex-rs/core/src/stream_events_utils_tests.rs +++ b/codex-rs/core/src/stream_events_utils_tests.rs @@ -12,7 +12,7 @@ use codex_protocol::models::ResponseItem; use pretty_assertions::assert_eq; fn assistant_output_text(text: &str) -> ResponseItem { - assistant_output_text_with_phase(text, None) + assistant_output_text_with_phase(text, /*phase*/ None) } fn assistant_output_text_with_phase(text: &str, phase: Option) -> ResponseItem {