We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a9333 commit 4c2f57aCopy full SHA for 4c2f57a
crates/fspy/tests/test_utils.rs
@@ -30,6 +30,8 @@ pub fn assert_contains(
30
expected_mode,
31
actual_mode,
32
"Expected to find access to path {:?} with mode {:?}, but it was not found in: {:?}",
33
+ expected_path,
34
+ expected_mode,
35
accesses.iter().collect::<Vec<_>>()
36
);
37
}
0 commit comments