We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f37bc commit 52d95d7Copy full SHA for 52d95d7
1 file changed
tests/one_file_system.rs
@@ -72,10 +72,7 @@ fn same_device_on_sample_workspace() {
72
.into_reflection()
73
.pipe(sanitize_tree_reflection);
74
75
- assert_eq!(
76
- crossing, staying,
77
- "DeviceBoundary should not change the result when all files are on the same device",
78
- );
+ assert_eq!(crossing, staying);
79
}
80
81
/// Information about the available FUSE tools, discovered by [`fuse_probe`].
0 commit comments