mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
test: Run unit tests regardless of 'Supported' amendment status (#5537)
This commit is contained in:
@@ -1100,7 +1100,7 @@ public:
|
||||
run() override
|
||||
{
|
||||
using namespace test::jtx;
|
||||
FeatureBitset const all{supported_amendments()};
|
||||
FeatureBitset const all{testable_amendments()};
|
||||
FeatureBitset const fixNFTDir{
|
||||
fixNFTokenDirV1, featureNonFungibleTokensV1_1};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user