mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Use new "testable_amendments" function in new tests
This commit is contained in:
@@ -43,7 +43,7 @@ class LoanBroker_test : public beast::unit_test::suite
|
||||
// Ensure that all the features needed for Lending Protocol are included,
|
||||
// even if they are set to unsupported.
|
||||
FeatureBitset const all{
|
||||
jtx::supported_amendments() | featureMPTokensV1 |
|
||||
jtx::testable_amendments() | featureMPTokensV1 |
|
||||
featureSingleAssetVault | featureLendingProtocol};
|
||||
|
||||
void
|
||||
|
||||
@@ -46,7 +46,7 @@ class Loan_test : public beast::unit_test::suite
|
||||
// Ensure that all the features needed for Lending Protocol are included,
|
||||
// even if they are set to unsupported.
|
||||
FeatureBitset const all{
|
||||
jtx::supported_amendments() | featureMPTokensV1 |
|
||||
jtx::testable_amendments() | featureMPTokensV1 |
|
||||
featureSingleAssetVault | featureLendingProtocol};
|
||||
|
||||
static constexpr auto const coverDepositParameter = 1000;
|
||||
|
||||
Reference in New Issue
Block a user