From feaf356c32e2a033aeee7117ffdb718e1b036bd6 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Thu, 12 Feb 2026 18:11:52 +0000 Subject: [PATCH] fix: fmt --- codex-rs/core/tests/suite/remote_models.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/codex-rs/core/tests/suite/remote_models.rs b/codex-rs/core/tests/suite/remote_models.rs index e9edacd242d..e20db086172 100644 --- a/codex-rs/core/tests/suite/remote_models.rs +++ b/codex-rs/core/tests/suite/remote_models.rs @@ -159,10 +159,7 @@ async fn remote_models_long_model_slug_is_sent_with_high_reasoning() -> Result<( .await; let TestCodex { - codex, - cwd, - config, - .. + codex, cwd, config, .. } = test_codex() .with_auth(CodexAuth::create_dummy_chatgpt_auth_for_testing()) .with_config(|config| {