Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 099eb63

Browse files
committed
fix tests
1 parent 7195247 commit 099eb63

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

crates/tauri/src/test/mock_runtime.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,10 @@ impl<T: UserEvent> WebviewDispatch<T> for MockWebviewDispatcher {
558558
Ok(())
559559
}
560560

561+
fn reload(&self) -> Result<()> {
562+
Ok(())
563+
}
564+
561565
fn print(&self) -> Result<()> {
562566
Ok(())
563567
}

0 commit comments

Comments
 (0)