test: Update an integration test case
This commit is contained in:
parent
d1680b85a6
commit
6afffaefb7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fn test_extended_timestamp() {
|
||||||
zip::ExtraField::ExtendedTimestamp(ts) => {
|
zip::ExtraField::ExtendedTimestamp(ts) => {
|
||||||
assert!(ts.ac_time().is_none());
|
assert!(ts.ac_time().is_none());
|
||||||
assert!(ts.cr_time().is_none());
|
assert!(ts.cr_time().is_none());
|
||||||
assert_eq!(*ts.mod_time().unwrap(), 1714635025);
|
assert_eq!(ts.mod_time().unwrap(), 1714635025);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue