Skip to content

Commit 52d95d7

Browse files
committed
docs: remove the obvious error message
1 parent 30f37bc commit 52d95d7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/one_file_system.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ fn same_device_on_sample_workspace() {
7272
.into_reflection()
7373
.pipe(sanitize_tree_reflection);
7474

75-
assert_eq!(
76-
crossing, staying,
77-
"DeviceBoundary should not change the result when all files are on the same device",
78-
);
75+
assert_eq!(crossing, staying);
7976
}
8077

8178
/// Information about the available FUSE tools, discovered by [`fuse_probe`].

0 commit comments

Comments
 (0)