Fix unit test in types.rs
This commit is contained in:
parent
80f4c43369
commit
aee5ff09bc
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ mod test {
|
||||||
system: System::Dos,
|
system: System::Dos,
|
||||||
version_made_by: 0,
|
version_made_by: 0,
|
||||||
encrypted: false,
|
encrypted: false,
|
||||||
|
using_data_descriptor: false,
|
||||||
compression_method: crate::compression::CompressionMethod::Stored,
|
compression_method: crate::compression::CompressionMethod::Stored,
|
||||||
last_modified_time: DateTime::default(),
|
last_modified_time: DateTime::default(),
|
||||||
crc32: 0,
|
crc32: 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue