fix cargo test error, delete unnecessary files

This commit is contained in:
weisd
2025-06-11 00:30:10 +08:00
parent 7c9046c2cd
commit 2eeb9dbcbc
16 changed files with 11 additions and 5928 deletions
+2 -1
View File
@@ -162,6 +162,7 @@ mod tests {
assert!(wrapper.is_err());
let error = wrapper.unwrap_err();
assert!(error.to_string().contains("io error"));
println!("error: {:?}", error);
assert_eq!(error, DiskError::DiskNotFound);
}
}