mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
test: Run unit tests regardless of 'Supported' amendment status (#5537)
This commit is contained in:
@@ -421,7 +421,7 @@ struct Directory_test : public beast::unit_test::suite
|
||||
};
|
||||
|
||||
// fixPreviousTxnID is disabled.
|
||||
Env env(*this, supported_amendments() - fixPreviousTxnID);
|
||||
Env env(*this, testable_amendments() - fixPreviousTxnID);
|
||||
env.fund(XRP(10000), alice, gw);
|
||||
env.close();
|
||||
env.trust(USD(1000), alice);
|
||||
|
||||
Reference in New Issue
Block a user