From ebe85c8af55f8f2e584fc63d2613e5f59d6fe1ab Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Fri, 29 May 2026 01:31:33 -0700 Subject: [PATCH] codex: assert serialized v1 namespace tool order --- codex-rs/core/tests/suite/model_runtime_selectors.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codex-rs/core/tests/suite/model_runtime_selectors.rs b/codex-rs/core/tests/suite/model_runtime_selectors.rs index 80910ed25f..f4bc45106d 100644 --- a/codex-rs/core/tests/suite/model_runtime_selectors.rs +++ b/codex-rs/core/tests/suite/model_runtime_selectors.rs @@ -235,11 +235,11 @@ async fn remote_multi_agent_version_selector_overrides_feature_flags() -> Result assert_eq!( namespace_child_tool_names(&v1_body, "multi_agent_v1"), vec![ - "spawn_agent".to_string(), - "send_input".to_string(), - "resume_agent".to_string(), - "wait_agent".to_string(), "close_agent".to_string(), + "resume_agent".to_string(), + "send_input".to_string(), + "spawn_agent".to_string(), + "wait_agent".to_string(), ] ); assert_eq!(