From 545b266839c06db81f544aa320e2c01da57f7461 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Thu, 12 Feb 2026 18:13:00 +0000 Subject: [PATCH] fix: fmt (#11619) --- 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 e9edacd24..e20db0861 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| {