test: Fix a bug in test_invalid_extra_data when building without Zopfli

This commit is contained in:
Chris Hennick 2024-06-14 13:51:27 -07:00
parent 63cfa7d319
commit 1e4dcc9928
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -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(())