Skip to content

Commit 2ebfe59

Browse files
author
axel10
committed
update test cases
1 parent 93d43e4 commit 2ebfe59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/queue.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ mod tests {
394394
let (tx, rx) = queue::queue(keep_alive);
395395
assert_eq!(
396396
rx.channels(),
397-
nz!(1),
398-
"Initial channels should be 1 (keep_alive={keep_alive})"
397+
nz!(2),
398+
"Initial channels should be 2 (keep_alive={keep_alive})"
399399
);
400400
assert_eq!(
401401
rx.sample_rate(),

0 commit comments

Comments
 (0)