Skip to content

Commit 71db81a

Browse files
committed
remove test of debug output
1 parent 334585b commit 71db81a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/utils.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,6 @@ fn custom_remove_error() {
9090
)
9191
);
9292
assert_eq!(expected, tested);
93-
94-
let expected = "Custom { kind: PermissionDenied, error: RemoveError { kind: PermissionDenied, path: \"test/path\" } }";
95-
let tested = format!(
96-
"{:?}",
97-
improve_remove_error(
98-
std::io::Error::from(std::io::ErrorKind::PermissionDenied),
99-
path
100-
)
101-
);
102-
assert_eq!(expected, tested);
10393
}
10494

10595
pub(crate) fn normalize_path(path: &Path) -> PathBuf {

0 commit comments

Comments
 (0)