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:
@@ -2443,7 +2443,7 @@ class AMMClawback_test : public beast::unit_test::suite
|
||||
run() override
|
||||
{
|
||||
FeatureBitset const all{
|
||||
jtx::supported_amendments() | fixAMMClawbackRounding};
|
||||
jtx::testable_amendments() | fixAMMClawbackRounding};
|
||||
|
||||
testInvalidRequest();
|
||||
testFeatureDisabled(all - featureAMMClawback);
|
||||
|
||||
Reference in New Issue
Block a user