Fix cargo test after 94dd1b04d

This commit is contained in:
Lily Foster 2024-03-22 09:48:57 -04:00
parent 5ee260c7a0
commit 4cbad4d91a
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -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
}