aboutsummaryrefslogtreecommitdiff
path: root/tests/zip.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zip.rs')
-rw-r--r--tests/zip.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zip.rs b/tests/zip.rs
index e44098c..e2b5c20 100644
--- a/tests/zip.rs
+++ b/tests/zip.rs
@@ -164,5 +164,5 @@ fn test_zip() {
164#[test] 164#[test]
165fn test_bad_zip() { 165fn test_bad_zip() {
166 assert!(Archive::<Zip>::read_from_file("tests/files/blank") 166 assert!(Archive::<Zip>::read_from_file("tests/files/blank")
167 .is_err_and(|e| e == ZipError::EocdrNotFound)); 167 .is_err_and(|e| e == ZipError::StructNotFound("Eocdr")));
168} 168}