Skip to content

Commit

Permalink
nydus-image: add unit test for setting default compression algorithm
Browse files Browse the repository at this point in the history
Signed-off-by: xwb1136021767 <[email protected]>
  • Loading branch information
xwb1136021767 committed Jul 5, 2023
1 parent 0451e79 commit dbcfd8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/nydus-image/core/blob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ impl Blob {
mod tests {
use super::*;


#[test]
fn test_default_compression_algorithm_for_meta_ci() {
let mut ctx = BuildContext::default();
Expand Down

0 comments on commit dbcfd8e

Please sign in to comment.