Rename amendment featureRIPD1368 -> fix1368

This commit is contained in:
seelabs
2017-03-07 15:20:33 -05:00
parent 112a863e73
commit f423181b94
5 changed files with 5 additions and 5 deletions

View File

@@ -1449,7 +1449,7 @@ struct Flow_test : public beast::unit_test::suite
testSelfFundedXRPEndpoint(true);
testUnfundedOffer(true);
testUnfundedOffer(false);
testReexecuteDirectStep(featureFlow, featureRIPD1368);
testReexecuteDirectStep(featureFlow, fix1368);
}
};