mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 07:06:53 +00:00
fix cargo test error, delete unnecessary files
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user