Skip to content

Commit

Permalink
fix: test error
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Sep 24, 2024
1 parent 9287ce1 commit bca01e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/it/integration/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async fn build_simulate_sign_send() {
.assert()
.success();

let tx_simulated = deploy_contract(sandbox, HELLO_WORLD, DeployKind::SimOnly).await;
let tx_simulated = deploy_contract(sandbox, HELLO_WORLD, DeployKind::SimOnly, None).await;
dbg!("{tx_simulated}");

let tx_signed = sandbox
Expand Down

0 comments on commit bca01e6

Please sign in to comment.