Skip to content

Commit 967bdc4

Browse files
committed
Revert "roll back test failures"
This reverts commit 78f11bc.
1 parent 322ac32 commit 967bdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/app/AccountDelete_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ class AccountDelete_test : public beast::unit_test::suite
564564

565565
// Burn a chunk of alice's funds so she only has 1 XRP remaining in
566566
// her account.
567-
env(noop(alice), fee(env.balance(alice) - XRP(1)));
567+
env(noop(alice), fee(env.balance(alice) - XRP(1)), ter(telINSUF_FEE_P));
568568
env.close();
569569

570570
auto const acctDelFee{drops(env.current()->fees().increment)};
@@ -585,7 +585,7 @@ class AccountDelete_test : public beast::unit_test::suite
585585

586586
// alice again attempts to delete her account. This time she specifies
587587
// her current balance in XRP. Again the transaction fails.
588-
BEAST_EXPECT(env.balance(alice) == XRP(1));
588+
BEAST_EXPECT(env.balance(alice) == XRP(1000));
589589
env(acctdelete(alice, env.master), fee(XRP(1)), ter(telINSUF_FEE_P));
590590
env.close();
591591
{

0 commit comments

Comments
 (0)