Skip to content

Commit

Permalink
Update crates/tauri/src/tray/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tony <[email protected]>
  • Loading branch information
amrbashir and Legend-Master authored Sep 26, 2024
1 parent ac6b730 commit f25c6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tauri/src/tray/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ impl<R: Runtime> Resource for TrayIcon<R> {
mod tests {
#[test]
fn tray_event_json_serialization() {
// NOTE: if this is test is ever changed, you probably need to change `TrayIconEvent` in JS as well
// NOTE: if this test is ever changed, you probably need to change `TrayIconEvent` in JS as well

use super::*;
let event = TrayIconEvent::Click {
Expand Down

0 comments on commit f25c6f8

Please sign in to comment.