diff --git a/crates/tauri/src/test/mock_runtime.rs b/crates/tauri/src/test/mock_runtime.rs index 36e7ac561..3c74e6870 100644 --- a/crates/tauri/src/test/mock_runtime.rs +++ b/crates/tauri/src/test/mock_runtime.rs @@ -1172,7 +1172,7 @@ impl Runtime for MockRuntime { target_os = "netbsd", target_os = "openbsd" ))] - fn new_any_thread(_args: RuntimeInitArgs) -> Result { + fn new_any_thread(_args: RuntimeInitArgs<()>) -> Result { Ok(Self::init()) }