diff --git a/tests/zip_extended_timestamp.rs b/tests/zip_extended_timestamp.rs index 983e4fb5..9657028f 100644 --- a/tests/zip_extended_timestamp.rs +++ b/tests/zip_extended_timestamp.rs @@ -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); } } }