Skip to content

Commit d3eb113

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

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
@@ -232,7 +232,7 @@ impl EmulatedContractCallSpecification {
232232
Ok(res) => res,
233233
Err(_) => {
234234
return Err(format!(
235-
"unable to parse {} as a valid contract_id",
235+
"unable to parse '{}' as a valid contract_id",
236236
specs.contract_id
237237
))
238238
}

0 commit comments

Comments
 (0)