Skip to content

Commit

Permalink
modified the test fn
Browse files Browse the repository at this point in the history
  • Loading branch information
nat3Github committed Jun 16, 2024
1 parent 58cc6c2 commit 8fe8597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ pub struct FileDialog {
}

/// this tests if file dialog is send.
#[test]
fn test_prop<T: Send>() {}
#[test]
fn test() {
test_prop::<FileDialog>()
}
Expand Down

0 comments on commit 8fe8597

Please sign in to comment.