test: fix a failing unit test
This commit is contained in:
parent
58b982c99e
commit
16aa9bcddf
1 changed files with 1 additions and 2 deletions
|
@ -2870,8 +2870,7 @@ mod test {
|
|||
alignment: 65535,
|
||||
..Default::default()
|
||||
};
|
||||
writer.add_directory_from_path("", options)?;
|
||||
let _ = writer.finish_into_readable()?;
|
||||
assert!(writer.add_directory_from_path("", options).is_err());
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue