mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
test: Suppress invariant-failure log in LoanBroker bug-regression test
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
#include <test/jtx/Account.h>
|
||||
#include <test/jtx/CaptureLogs.h>
|
||||
#include <test/jtx/Env.h>
|
||||
#include <test/jtx/JTx.h>
|
||||
#include <test/jtx/TestHelpers.h>
|
||||
@@ -1708,7 +1709,8 @@ class LoanBroker_test : public beast::unit_test::Suite
|
||||
Account const alice("alice");
|
||||
|
||||
auto const withFix = features[fixCleanup3_2_0];
|
||||
Env env(*this, features);
|
||||
std::string logs;
|
||||
Env env(*this, features, std::make_unique<CaptureLogs>(&logs));
|
||||
env.fund(XRP(100'000), issuer, alice);
|
||||
env.close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user