Skip to content

Commit

Permalink
patch test
Browse files Browse the repository at this point in the history
  • Loading branch information
Isa Presto committed Jan 29, 2025
1 parent e20b669 commit 26d54cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_scan_dirs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ fn test_scan_dir_for_v7_manifests() -> Result<()> {
let s = scan_dir_archive(&start_here, None)?;

let archives = s.0;
// TODO: clean up test fixtures. There are cases of .gz and decompressed data.
assert!(archives.len() == 7);
assert!(archives.len() == 5);

Ok(())
}
Expand Down

0 comments on commit 26d54cf

Please sign in to comment.