We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0615a2 commit 51c3da5Copy full SHA for 51c3da5
crates/tauri/src/ipc/protocol.rs
@@ -590,6 +590,7 @@ mod tests {
590
Default::default(),
591
592
"".into(),
593
+ None,
594
crate::generate_invoke_key().unwrap(),
595
);
596
@@ -704,6 +705,7 @@ mod tests {
704
705
706
707
708
709
710
711
crates/tauri/src/manager/mod.rs
@@ -740,6 +740,7 @@ mod test {
740
741
742
743
744
745
746
0 commit comments