change failing txQ test

This commit is contained in:
Richard Holland
2023-08-05 10:11:37 +00:00
parent b2ec73cdc5
commit 1cb0e428b7

View File

@@ -2969,7 +2969,7 @@ public:
// may not reduce to 8.
env.close();
checkMetrics(__LINE__, env, 9, 50, 6, 5, 256);
BEAST_EXPECT(env.seq(alice) == aliceSeq + 13);
BEAST_EXPECT(env.seq(alice) == aliceSeq + 15);
// Close ledger 7. That should remove 7 more of alice's transactions.
env.close();