Skip to content

Commit

Permalink
fix account doesnt exist
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed May 10, 2024
1 parent b0cdd1f commit 1945c5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/crates/soroban-test/tests/it/integration/hello_world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ async fn invoke() {
.new_assert_cmd("keys")
.arg("fund")
.arg("test")
.assert()
.stderr(predicates::str::contains("Account already exists"));
.assert();
sandbox
.new_assert_cmd("keys")
.arg("fund")
Expand Down

0 comments on commit 1945c5c

Please sign in to comment.