Skip to content

Commit

Permalink
feat(zip): ZipFS support debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-woelker committed Apr 30, 2024
1 parent 842f955 commit 06395c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/impls/zip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ mod tests {
.unwrap()
.to_string()
.replace("\\", "/");
dbg!(&entry);
dbg!(&path);
if fs::metadata(entry.path()).unwrap().is_dir() {
let options =
SimpleFileOptions::default().compression_method(zip::CompressionMethod::Zstd);
Expand Down

0 comments on commit 06395c6

Please sign in to comment.