Skip to content

Commit

Permalink
fix: tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Jun 20, 2024
1 parent 0be5d20 commit c65f16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Anything after the `--` double dash (the "slop") is parsed as arguments to the c
* `network` — Start and configure networks
* `version` — Print version information
* `tx` — Sign, Simulate, and Send transactions
* `cache` — Cache for tranasctions and contract specs
* `cache` — Cache for transactions and contract specs

###### **Options:**

Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/it/integration/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub async fn deploy_swap(sandbox: &TestEnv) -> String {
}

pub async fn deploy_custom_account(sandbox: &TestEnv) -> String {
deploy_contract(sandbox, CUSTOM_ACCOUNT).await
deploy_contract(sandbox, CUSTOM_ACCOUNT, DeployKind::Normal).await
}

pub async fn deploy_contract(
Expand Down

0 comments on commit c65f16c

Please sign in to comment.