mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Fix build error
This commit is contained in:
@@ -155,8 +155,8 @@ class LoanBroker_test : public beast::unit_test::suite
|
|||||||
MPTTester badMptt{env, evan, mptInitNoFund};
|
MPTTester badMptt{env, evan, mptInitNoFund};
|
||||||
badMptt.create(
|
badMptt.create(
|
||||||
{.flags = tfMPTCanClawback | tfMPTCanTransfer | tfMPTCanLock});
|
{.flags = tfMPTCanClawback | tfMPTCanTransfer | tfMPTCanLock});
|
||||||
return badMptt["BAD"];
|
|
||||||
env.close();
|
env.close();
|
||||||
|
return badMptt["BAD"];
|
||||||
}();
|
}();
|
||||||
static PrettyAsset const badIouAsset = evan["BAD"];
|
static PrettyAsset const badIouAsset = evan["BAD"];
|
||||||
static Account const nonExistent{"NonExistent"};
|
static Account const nonExistent{"NonExistent"};
|
||||||
|
|||||||
Reference in New Issue
Block a user