diff --git a/src/tests/libxrpl/helpers/TxTest.cpp b/src/tests/libxrpl/helpers/TxTest.cpp index dac8d0dae8..fdedbc4e7c 100644 --- a/src/tests/libxrpl/helpers/TxTest.cpp +++ b/src/tests/libxrpl/helpers/TxTest.cpp @@ -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); }