Skip to content

Commit

Permalink
patch scan dirs test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandra De Staccato committed Jan 19, 2025
1 parent f73be68 commit 4907e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_scan_dirs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ fn test_scan_dir_for_v7_manifests() -> Result<()> {
let s = scan_dir_archive(&start_here, None)?;

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

Ok(())
}
Expand Down

0 comments on commit 4907e1d

Please sign in to comment.