mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
test: Run unit tests regardless of 'Supported' amendment status (#5537)
This commit is contained in:
@@ -74,7 +74,7 @@ struct SetAuth_test : public beast::unit_test::suite
|
||||
run() override
|
||||
{
|
||||
using namespace jtx;
|
||||
auto const sa = supported_amendments();
|
||||
auto const sa = testable_amendments();
|
||||
testAuth(sa - featurePermissionedDEX);
|
||||
testAuth(sa);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user