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:
@@ -480,7 +480,7 @@ public:
|
||||
};
|
||||
|
||||
using namespace test::jtx;
|
||||
auto const sa = supported_amendments();
|
||||
auto const sa = testable_amendments();
|
||||
testWithFeatures(sa - featurePermissionedDEX);
|
||||
testWithFeatures(sa);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user