From abfcc4ef678e8fab40398832f42a818ff1487b76 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 25 Nov 2025 04:17:42 +0530 Subject: [PATCH] fix tests --- src/test/app/EscrowSmart_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/app/EscrowSmart_test.cpp b/src/test/app/EscrowSmart_test.cpp index 3dc97437fd..5bbae451b3 100644 --- a/src/test/app/EscrowSmart_test.cpp +++ b/src/test/app/EscrowSmart_test.cpp @@ -846,7 +846,7 @@ struct EscrowSmart_test : public beast::unit_test::suite env.close(); BEAST_EXPECTS( - env.ownerCount(alice) == 16, + env.ownerCount(alice) == 17, std::to_string(env.ownerCount(alice))); if (BEAST_EXPECTS( env.seq(alice) == 20, std::to_string(env.seq(alice)))) @@ -881,7 +881,7 @@ struct EscrowSmart_test : public beast::unit_test::suite gasUsed == allowance, std::to_string(gasUsed)); } BEAST_EXPECTS( - env.ownerCount(alice) == 16, + env.ownerCount(alice) == 17, std::to_string(env.ownerCount(alice))); } }