mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
test: Run unit tests regardless of 'Supported' amendment status (#5537)
This commit is contained in:
@@ -2221,7 +2221,7 @@ class LedgerEntry_test : public beast::unit_test::suite
|
||||
|
||||
using namespace test::jtx;
|
||||
|
||||
Env env(*this, supported_amendments() | featurePermissionedDomains);
|
||||
Env env(*this, testable_amendments() | featurePermissionedDomains);
|
||||
Account const issuer{"issuer"};
|
||||
Account const alice{"alice"};
|
||||
Account const bob{"bob"};
|
||||
|
||||
Reference in New Issue
Block a user