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:
@@ -1288,7 +1288,7 @@ public:
|
||||
void
|
||||
run() override
|
||||
{
|
||||
FeatureBitset const all{test::jtx::supported_amendments()};
|
||||
FeatureBitset const all{test::jtx::testable_amendments()};
|
||||
FeatureBitset const fixMajorityCalc{fixAmendmentMajorityCalc};
|
||||
|
||||
testConstruct();
|
||||
|
||||
Reference in New Issue
Block a user