test: Fix a bug

This commit is contained in:
Chris Hennick 2024-06-13 23:54:01 -07:00
parent ce323636de
commit 348611f62b
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -2655,7 +2655,7 @@ mod test {
writer
};
writer.merge_archive(sub_writer.finish_into_readable()?)?;
writer.deep_copy_file_from_path("", "")?;
writer.deep_copy_file_from_path("", "_copy")?;
let _ = writer.finish_into_readable()?;
Ok(())
}