mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-17 17:45:52 +00:00
Fix missing assert in UnitTest runner
This commit is contained in:
@@ -56,6 +56,7 @@ String const& UnitTest::getPackageName() const noexcept
|
||||
|
||||
Journal UnitTest::journal () const
|
||||
{
|
||||
bassert (m_runner != nullptr);
|
||||
return m_runner->journal();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user