test: Update an integration test case

This commit is contained in:
Chris Hennick 2024-06-03 17:47:52 -07:00
parent d1680b85a6
commit 6afffaefb7
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -12,7 +12,7 @@ fn test_extended_timestamp() {
zip::ExtraField::ExtendedTimestamp(ts) => {
assert!(ts.ac_time().is_none());
assert!(ts.cr_time().is_none());
assert_eq!(*ts.mod_time().unwrap(), 1714635025);
assert_eq!(ts.mod_time().unwrap(), 1714635025);
}
}
}