mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
test: Run unit tests regardless of 'Supported' amendment status (#5537)
This commit is contained in:
@@ -31,7 +31,7 @@ class Delegate_test : public beast::unit_test::suite
|
||||
testcase("test featurePermissionDelegation not enabled");
|
||||
using namespace jtx;
|
||||
|
||||
Env env{*this, supported_amendments() - featurePermissionDelegation};
|
||||
Env env{*this, testable_amendments() - featurePermissionDelegation};
|
||||
Account gw{"gateway"};
|
||||
Account alice{"alice"};
|
||||
Account bob{"bob"};
|
||||
|
||||
Reference in New Issue
Block a user