mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove conditionals for fix1373 enabled 07Jul2017
This commit is contained in:
@@ -70,8 +70,7 @@ struct SetAuth_test : public beast::unit_test::suite
|
||||
{
|
||||
using namespace jtx;
|
||||
auto const sa = supported_amendments();
|
||||
testAuth(sa - fix1373 - featureFlowCross);
|
||||
testAuth(sa - featureFlowCross);
|
||||
testAuth(sa - featureFlowCross);
|
||||
testAuth(sa);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user