diff options
Diffstat (limited to 'tests/zip.rs')
| -rw-r--r-- | tests/zip.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
