mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 18:10:34 +00:00
Merge remote-tracking branch 'origin/develop' into merge-develop-sponsor
This commit is contained in:
@@ -1142,6 +1142,7 @@ class NFTokenBaseUtil_test : public beast::unit_test::Suite
|
||||
if (features[fixCleanup3_1_3])
|
||||
{
|
||||
buyerCount--;
|
||||
BEAST_EXPECT(!env.closed()->exists(keylet::nftoffer(buyerExpOfferIndex)));
|
||||
}
|
||||
BEAST_EXPECT(ownerCount(env, buyer) == buyerCount);
|
||||
|
||||
@@ -1165,6 +1166,7 @@ class NFTokenBaseUtil_test : public beast::unit_test::Suite
|
||||
if (features[fixCleanup3_1_3])
|
||||
{
|
||||
aliceCount--;
|
||||
BEAST_EXPECT(!env.closed()->exists(keylet::nftoffer(aliceExpOfferIndex)));
|
||||
}
|
||||
BEAST_EXPECT(ownerCount(env, alice) == aliceCount);
|
||||
BEAST_EXPECT(ownerCount(env, buyer) == buyerCount);
|
||||
|
||||
Reference in New Issue
Block a user