Update unit tests for fin point exception

This commit is contained in:
SiboVG 2022-12-13 19:18:23 +01:00
parent 2b80e43e32
commit 718f5b7add

View File

@ -1316,7 +1316,7 @@ public class FreeformFinSetTest extends BaseTestCase {
}
@Test
public void testGenerateBodyPointsWhenFinOutsideParentBounds() {
public void testGenerateBodyPointsWhenFinOutsideParentBounds() throws IllegalFinPointException {
final Rocket rkt = createTemplateRocket();
final Transition tailCone = (Transition) rkt.getChild(0).getChild(2);
final FreeformFinSet fins = this.createFinOnConicalTransition(tailCone);