diff --git a/tests/test_scan_dirs.rs b/tests/test_scan_dirs.rs index d034f3c..97fb040 100644 --- a/tests/test_scan_dirs.rs +++ b/tests/test_scan_dirs.rs @@ -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(()) }