mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
test: Run unit tests regardless of 'Supported' amendment status (#5537)
This commit is contained in:
@@ -1385,7 +1385,7 @@ protected:
|
||||
run(std::uint32_t instance, bool last = false)
|
||||
{
|
||||
using namespace test::jtx;
|
||||
static FeatureBitset const all{supported_amendments()};
|
||||
static FeatureBitset const all{testable_amendments()};
|
||||
static FeatureBitset const fixNFTV1_2{fixNonFungibleTokensV1_2};
|
||||
static FeatureBitset const fixNFTDir{fixNFTokenDirV1};
|
||||
static FeatureBitset const fixNFTRemint{fixNFTokenRemint};
|
||||
|
||||
Reference in New Issue
Block a user