Skip to content

Commit

Permalink
fix: rpc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Jul 11, 2024
1 parent 1767197 commit 9df886f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async fn invoke() {
};
config_locator
.write_identity(
&"testone".parse().unwrap(),
"testone",
&secret::SignerKind::SecretKey {
secret_key: secret_key_1.clone(),
},
Expand Down
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 @@ -120,7 +120,7 @@ async fn sign() {
.success()
.stdout_as_str();
// Send transaction
let res = sandbox
sandbox
.new_assert_cmd("tx")
.arg("send")
.write_stdin(xdr_base64.as_bytes())
Expand Down

0 comments on commit 9df886f

Please sign in to comment.