From cd748dec95aa6f23705861d5250d27974a67fe9c Mon Sep 17 00:00:00 2001 From: dangell7 Date: Mon, 23 Jan 2023 03:14:48 -0500 Subject: [PATCH] add pre test --- src/test/app/Escrow_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/app/Escrow_test.cpp b/src/test/app/Escrow_test.cpp index 80fdb040a..e9b4983d7 100644 --- a/src/test/app/Escrow_test.cpp +++ b/src/test/app/Escrow_test.cpp @@ -3511,6 +3511,7 @@ struct Escrow_test : public beast::unit_test::suite fulfillment(fb1), fee(1500)); env.close(); + BEAST_EXPECT(preAlice == USD(5000)); BEAST_EXPECT( env.balance(alice, USD.issue()) == preAlice + USD(1000)); } @@ -3534,6 +3535,7 @@ struct Escrow_test : public beast::unit_test::suite fulfillment(fb1), fee(1500)); env.close(); + BEAST_EXPECT(preAlice == USD(0)); BEAST_EXPECT( env.balance(alice, USD.issue()) == preAlice + USD(1000)); }