Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Jun 29, 2024
1 parent 182b750 commit 5ba4436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_utils/spy/call_spy_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl<K: PartialEq, I, O> CallSpyMap<K, I, O> {
if !state.results.is_empty() {
write!(
&mut fail_pairs,
"{}{:?} => {:?}",
"{}{:?}: {:?}",
prefix, &state.key, &state.results,
)
.unwrap();
Expand Down

0 comments on commit 5ba4436

Please sign in to comment.