mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix tests
This commit is contained in:
@@ -1159,6 +1159,7 @@ impl<T: UserEvent> Runtime<T> for MockRuntime {
|
||||
type EventLoopProxy = EventProxy;
|
||||
type PlatformSpecificWebviewAttribute = ();
|
||||
type PlatformSpecificInitAttribute = ();
|
||||
type WindowOpener = ();
|
||||
|
||||
fn new(_args: RuntimeInitArgs<()>) -> Result<Self> {
|
||||
Ok(Self::init())
|
||||
|
||||
Reference in New Issue
Block a user