From 0ad79e9ab3dccbcfc6112c0e4948f665478edc44 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:43:48 -0700 Subject: [PATCH] test: Fix a build error when `unreserved` was disabled --- src/write.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write.rs b/src/write.rs index 1e6cf573..d0012f7d 100644 --- a/src/write.rs +++ b/src/write.rs @@ -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("", "")?;