[fix][comment] fixed test explanatory comment to be accurate

This commit is contained in:
Daniel_M_Williams 2020-08-14 18:09:39 -04:00
parent 168fa689c5
commit db79511184

View File

@ -245,7 +245,7 @@ public class RocketTest extends BaseTestCase {
body.setOuterRadiusAutomatic(true); body.setOuterRadiusAutomatic(true);
assertEquals(" radius match: ", expRadius, body.getOuterRadius(), EPSILON); assertEquals(" radius match: ", expRadius, body.getOuterRadius(), EPSILON);
} }
{ // test auto-radius within a stage: body tube -> trailing transition { // test auto-radius within a stage: tail cone -> body tube
final BodyTube body = (BodyTube) booster.getChild(0); final BodyTube body = (BodyTube) booster.getChild(0);
assertEquals(" radius match: ", expRadius, body.getOuterRadius(), EPSILON); assertEquals(" radius match: ", expRadius, body.getOuterRadius(), EPSILON);
final Transition tailCone = (Transition)booster.getChild(1); final Transition tailCone = (Transition)booster.getChild(1);