Fix a failing unit test

This commit is contained in:
Chris Hennick 2023-05-11 09:59:56 -07:00
parent ad26a3f7f9
commit 06b89f93ea
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -1257,7 +1257,7 @@ mod test {
"../tests/data/invalid_cde_number_of_files_allocation_smaller_offset.zip"
));
let reader = ZipArchive::new(io::Cursor::new(v));
assert!(reader.is_err());
assert!(reader.is_err() || reader.unwrap().file_names().next().is_none());
}
/// test case to ensure we don't preemptively over allocate based on the