Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Aug 2, 2023
1 parent 8e01744 commit fa943a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cmd/crates/soroban-test/tests/it/custom_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ fn multi_arg_success() {
.stdout("42\n");
}


#[test]
fn bytes_as_file() {
let env = &TestEnv::default();
Expand Down
1 change: 0 additions & 1 deletion cmd/crates/soroban-test/tests/it/invoke_sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ fn invoke_hello_world() {
.success();
}


#[test]
fn invoke_hello_world_from_file() {
let sandbox = TestEnv::default();
Expand Down
2 changes: 1 addition & 1 deletion docs/soroban-cli-full-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ soroban contract invoke ... -- --help

###### **Arguments:**

* `<CONTRACT_FN_AND_ARGS>`
* `<CONTRACT_FN_AND_ARGS>` — Function name as subcommand, then arguments for that function as `--arg-name value`

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

Expand Down

0 comments on commit fa943a5

Please sign in to comment.