Skip to content

Commit

Permalink
offline-pipeline: Fix unit test
Browse files Browse the repository at this point in the history
Broken by https://crrev.com/c/6051596.
The test is only enabled with Bazel. Unfortunately we
did not catch it because cop is broken now.

BUG=b:359741102
TEST=bazel test //...

Change-Id: I350f22172153674f9b30c3f8277ed2b8ff952e55
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/6048234
Reviewed-by: Cranel W <[email protected]>
Commit-Queue: Li-Yu Yu <[email protected]>
Tested-by: Li-Yu Yu <[email protected]>
  • Loading branch information
afq984 authored and Chromeos LUCI committed Nov 26, 2024
1 parent 593473c commit 563a053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audio_processor/src/bin/offline-pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ mod tests {
plugin_name: "negate_processor_create".to_string(),
block_size_ms: 10,
block_size_frames: None,
set_thread_priority: false,
json: false,
});

Expand Down

0 comments on commit 563a053

Please sign in to comment.