mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
chore: fmt
This commit is contained in:
@@ -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(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user