From 4c8863fc5947fa20da239ba3abd87fd3211be34b Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 26 Jan 2026 14:35:14 -0300 Subject: [PATCH] fix tests --- crates/tauri/src/test/mock_runtime.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/tauri/src/test/mock_runtime.rs b/crates/tauri/src/test/mock_runtime.rs index 3c74e6870..3ad291f3c 100644 --- a/crates/tauri/src/test/mock_runtime.rs +++ b/crates/tauri/src/test/mock_runtime.rs @@ -1159,6 +1159,7 @@ impl Runtime for MockRuntime { type EventLoopProxy = EventProxy; type PlatformSpecificWebviewAttribute = (); type PlatformSpecificInitAttribute = (); + type WindowOpener = (); fn new(_args: RuntimeInitArgs<()>) -> Result { Ok(Self::init())