mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01: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