Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Jul 9, 2024
1 parent 71dc74b commit c0d3b61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/crates/soroban-test/tests/it/integration/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ async fn sign() {
// Create new test_other account
sandbox
.new_assert_cmd("keys")
.arg("fund")
.arg("generate")
.arg("test_other")
.assert()
.stderr(predicates::str::contains("Account already exists"));
.assert();

// Get Xdr for transaction where auth is required for test_other
let xdr_base64 = sandbox
Expand Down

0 comments on commit c0d3b61

Please sign in to comment.