This commit is contained in:
qwjyh 2024-06-28 00:33:45 +09:00
parent b9bb207f35
commit 6e1619aa18
4 changed files with 4 additions and 8 deletions

View file

@ -180,9 +180,7 @@ mod test {
local_infos,
);
let mut storages = Storages::new();
storages
.add(storages::Storage::Physical(physical))
.unwrap();
storages.add(storages::Storage::Physical(physical)).unwrap();
storages.add(Storage::SubDirectory(directory)).unwrap();
// assert_eq!(directory.name(), "test_name");
assert_eq!(