test: Update test_path_normalization to match corrected requirements
This commit is contained in:
parent
c2fe20741c
commit
51ef4f0f30
1 changed files with 1 additions and 1 deletions
|
@ -1902,7 +1902,7 @@ mod test {
|
||||||
.start_file_from_path(path, SimpleFileOptions::default())
|
.start_file_from_path(path, SimpleFileOptions::default())
|
||||||
.unwrap();
|
.unwrap();
|
||||||
let archive = ZipArchive::new(writer.finish().unwrap()).unwrap();
|
let archive = ZipArchive::new(writer.finish().unwrap()).unwrap();
|
||||||
assert_eq!(Some("/foo/example.txt"), archive.name_for_index(0));
|
assert_eq!(Some("foo/example.txt"), archive.name_for_index(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Reference in a new issue