From da38a8f56aa6cfab033373ba5128be142bd74753 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Fri, 12 Sep 2025 11:51:08 -0400 Subject: [PATCH] patch-tools --- codex-rs/core/tests/suite/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/tests/suite/client.rs b/codex-rs/core/tests/suite/client.rs index ee7f163db5..381a779208 100644 --- a/codex-rs/core/tests/suite/client.rs +++ b/codex-rs/core/tests/suite/client.rs @@ -954,5 +954,5 @@ async fn history_dedupes_streamed_and_final_messages_across_turns() { .cloned() .expect("r3 missing input array"); - assert_eq!(r3_input_array, r3_tail_expected); + assert_eq!(json!(r3_input_array), r3_tail_expected); }