Skip to content

Commit 8965534

Browse files
committed
Use sink_id "none" for all suspend/resume tests
1 parent c384fba commit 8965534

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/online.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ fn test_double_close() {
285285
#[test]
286286
fn test_suspend_then_close() {
287287
let options = AudioContextOptions {
288+
sink_id: "none".into(),
288289
..AudioContextOptions::default()
289290
};
290291
let context = AudioContext::new(options);

0 commit comments

Comments
 (0)