Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Oct 17, 2024
1 parent a0ea48a commit 2e50331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref-tests/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fn wallet_canister_create_and_install() {

let args = Argument::from_candid((install_config,));

() = wallet
let _: () = wallet
.call64(Principal::management_canister(), "install_code", args, 0)
.call_and_wait()
.await?;
Expand Down

0 comments on commit 2e50331

Please sign in to comment.