Update src/tests/libxrpl/helpers/TxTest.cpp

Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
Jingchen
2026-03-25 18:35:35 +00:00
committed by GitHub
parent 371f1b8111
commit aebae05e3e

View File

@@ -174,7 +174,7 @@ TxTest::close()
for (auto const& [key, tx] : txSet)
{
auto result = apply(registry_, accum, *tx, tapNONE, registry_.journal("apply"));
EXPECT_TRUE(result.applied) << "TxTest::close: failed to apply transaction";
ASSERT_TRUE(result.applied) << "TxTest::close: failed to apply transaction";
}
accum.apply(*newLedger);
}