test: Fix a bug
This commit is contained in:
parent
ce323636de
commit
348611f62b
1 changed files with 1 additions and 1 deletions
|
@ -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(())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue