Skip to content

Commit 4c2f57a

Browse files
committed
fix
1 parent 73a9333 commit 4c2f57a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/fspy/tests/test_utils.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ pub fn assert_contains(
3030
expected_mode,
3131
actual_mode,
3232
"Expected to find access to path {:?} with mode {:?}, but it was not found in: {:?}",
33+
expected_path,
34+
expected_mode,
3335
accesses.iter().collect::<Vec<_>>()
3436
);
3537
}

0 commit comments

Comments
 (0)