Skip to content

Commit

Permalink
Update tests/app.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jost Schulte <jost.schulte@protonmail.com>
  • Loading branch information
ThetaSinner and jost-s authored May 28, 2024
1 parent 85817fc commit 294d953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ async fn close_on_drop_is_clone_safe() {
assert_eq!(app_info.installed_app_id, app_info_2.installed_app_id);
}

// Should still work after dropping the first app_ws
// Should still work after dropping the second app_ws
let app_info_3 = app_ws.app_info().await.unwrap().unwrap();
assert_eq!(app_info.installed_app_id, app_info_3.installed_app_id);
}

0 comments on commit 294d953

Please sign in to comment.