Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Mar 5, 2025
1 parent 7c5d229 commit ebbba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/extrinsics/src/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ async fn adhere_to_limits_during_build_upload_instantiate_call() {
assert!(output.status.success(), "instantiate failed: {stderr}");

let contract_account = extract_contract_address(stdout);
let output = cargo_contract(project_path)
cargo_contract(project_path)
.arg("call")
.args(["--message", "push"])
.args(["--contract", contract_account])
Expand Down

0 comments on commit ebbba5b

Please sign in to comment.