Skip to content

Commit

Permalink
Use sink_id "none" for all suspend/resume tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Apr 18, 2024
1 parent c384fba commit 8965534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/online.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ fn test_double_close() {
#[test]
fn test_suspend_then_close() {
let options = AudioContextOptions {
sink_id: "none".into(),
..AudioContextOptions::default()
};
let context = AudioContext::new(options);
Expand Down

0 comments on commit 8965534

Please sign in to comment.