Fix cargo test after 94dd1b04d
This commit is contained in:
parent
5ee260c7a0
commit
4cbad4d91a
1 changed files with 1 additions and 1 deletions
|
|
@ -2017,7 +2017,7 @@ pub(crate) mod test_utils {
|
|||
|
||||
name == item.name
|
||||
&& is_dir == item.metadata.is_dir()
|
||||
&& path == item.path
|
||||
&& path == item.path_opt.as_ref().expect("item should have path")
|
||||
&& is_hidden == item.hidden
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue