test: Fix a bug in test_invalid_extra_data when building without Zopfli
This commit is contained in:
parent
63cfa7d319
commit
1e4dcc9928
1 changed files with 1 additions and 1 deletions
|
@ -2590,7 +2590,7 @@ mod test {
|
|||
.into(),
|
||||
},
|
||||
alignment: 32787,
|
||||
zopfli_buffer_size: None,
|
||||
..Default::default()
|
||||
};
|
||||
assert!(writer.start_file_from_path("", options).is_err());
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Reference in a new issue