mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user