From ff971d0f14c302336e4af911e2b09059fd58a683 Mon Sep 17 00:00:00 2001 From: Coffee Date: Mon, 16 Mar 2026 16:37:51 +0800 Subject: [PATCH] chore: fmt --- tests/module_init_integration.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/module_init_integration.rs b/tests/module_init_integration.rs index c75ccc6f..ff0c1e3b 100644 --- a/tests/module_init_integration.rs +++ b/tests/module_init_integration.rs @@ -203,6 +203,7 @@ async fn extension_manager_with_process_manager_constructs() { let manager = ExtensionManager::new( Arc::new(McpSessionManager::new()), Arc::new(McpProcessManager::new()), + None, secrets, tools, None, @@ -212,6 +213,7 @@ async fn extension_manager_with_process_manager_constructs() { None, "test".to_string(), None, + None, Vec::new(), );