Use new "testable_amendments" function in new tests

This commit is contained in:
Ed Hennis
2025-07-16 14:03:50 -04:00
parent b83af2d54a
commit 4d7492a00d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;