From 4645ca70842f4ea26fff437c4a1ba7c800e45ae8 Mon Sep 17 00:00:00 2001 From: Roy Han Date: Tue, 17 Mar 2026 11:52:19 -0700 Subject: [PATCH] lint --- codex-rs/core/src/tools/js_repl/mod_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/tools/js_repl/mod_tests.rs b/codex-rs/core/src/tools/js_repl/mod_tests.rs index cb18817bff..a36c4d1583 100644 --- a/codex-rs/core/src/tools/js_repl/mod_tests.rs +++ b/codex-rs/core/src/tools/js_repl/mod_tests.rs @@ -2078,7 +2078,7 @@ console.log(JSON.stringify(out)); let result = result?; response_watcher_result?; assert!(result.output.contains("hidden-ok")); - assert!(session.get_pending_input().await.is_empty()); + assert!(session.get_pending_input_with_metadata().await.is_empty()); Ok(()) }