From c0d3b61074319de8c00ca2fc9d7a6d40f7a4c223 Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Tue, 9 Jul 2024 14:14:46 -0400 Subject: [PATCH] fix: test --- cmd/crates/soroban-test/tests/it/integration/tx.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/crates/soroban-test/tests/it/integration/tx.rs b/cmd/crates/soroban-test/tests/it/integration/tx.rs index 8bceccc81..1f1ee8bc4 100644 --- a/cmd/crates/soroban-test/tests/it/integration/tx.rs +++ b/cmd/crates/soroban-test/tests/it/integration/tx.rs @@ -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