test: Fix a build error when unreserved was disabled

This commit is contained in:
Chris Hennick 2024-06-13 22:43:48 -07:00
parent 9e12b6db0c
commit 0ad79e9ab3
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -2639,7 +2639,7 @@ mod test {
central_extra_data: vec![].into(),
},
alignment: 0,
zopfli_buffer_size: None,
..default()
};
writer.start_file_from_path("", options)?;
writer.shallow_copy_file_from_path("", "")?;