From 26d54cf6098f9d5466a7db46bbbb6bc1ab0bc13e Mon Sep 17 00:00:00 2001 From: Isa Presto Date: Wed, 29 Jan 2025 16:24:11 -0500 Subject: [PATCH] patch test --- tests/test_scan_dirs.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_scan_dirs.rs b/tests/test_scan_dirs.rs index 42f3933..2b352f9 100644 --- a/tests/test_scan_dirs.rs +++ b/tests/test_scan_dirs.rs @@ -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(()) }