Skip to content

Commit

Permalink
fix: try fee arg
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Feb 21, 2024
1 parent 051f3bf commit 82a317e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/crates/soroban-test/tests/it/integration/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ pub fn deploy_contract(sandbox: &TestEnv, wasm: &Wasm) -> String {
sandbox
.new_assert_cmd("contract")
.arg("deploy")
.arg("--fee")
.arg("1000000")
.arg("--wasm")
.arg(wasm.path())
.arg("--salt")
Expand Down

0 comments on commit 82a317e

Please sign in to comment.