Skip to content

Commit

Permalink
fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Apr 14, 2023
1 parent 9646853 commit eaf0eb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ fn test_rpm_header_base(package: RPMPackage) -> Result<(), Box<dyn std::error::E
assert_eq!(*tag, metadata.signature.index_entries[i].tag);
}

assert_eq!("cpio", metadata.get_payload_format()?);
assert_eq!("xz", metadata.get_payload_compressor()?);

let expected_file_checksums = vec![
Expand Down

0 comments on commit eaf0eb6

Please sign in to comment.