Skip to content

Commit 0c736f3

Browse files
lgalabruobycode
andauthored
Update src/deployment/types.rs
Co-authored-by: Brice <brice@hiro.so>
1 parent c99fbcf commit 0c736f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployment/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ impl EmulatedContractCallSpecification {
253253
Ok(res) => res,
254254
Err(_) => {
255255
return Err(format!(
256-
"unable to use {} as a valid contract name",
256+
"unable to parse '{}' as a valid contract name",
257257
specs.method
258258
))
259259
}

0 commit comments

Comments
 (0)