aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/files/archive.zipbin609 -> 754 bytes
-rw-r--r--tests/zip.rs2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/files/archive.zip b/tests/files/archive.zip
index f5c0137..f5958d6 100644
--- a/tests/files/archive.zip
+++ b/tests/files/archive.zip
Binary files differ
diff --git a/tests/zip.rs b/tests/zip.rs
index 3bce58a..b9291fc 100644
--- a/tests/zip.rs
+++ b/tests/zip.rs
@@ -12,7 +12,7 @@ fn test_zip() {
12 .iter() 12 .iter()
13 .map(|f| &f.name) 13 .map(|f| &f.name)
14 .collect::<Vec<&String>>(), 14 .collect::<Vec<&String>>(),
15 vec!["bzip", "deflate", "lzma", "store", "xz"] 15 vec!["bzip", "deflate", "lzma", "store", "xz", "zstd"]
16 ); 16 );
17 17
18 let mut f = archive.get_file_reader("store").unwrap(); 18 let mut f = archive.get_file_reader("store").unwrap();