Skip to content

Commit

Permalink
minor minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Apr 14, 2023
1 parent 394e395 commit 5f13cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/mock-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ where
.expect(&format!("Mock was not found. Location: {location:?}"));

storage::execute_call(call_id, input).expect(&format!(
"Mock was found but the its input/output types differ than {location:?}"
"Mock was found but its input/output types differ. Location: {location:?}"
))
}

Expand Down

0 comments on commit 5f13cf4

Please sign in to comment.