Fix typos

This commit is contained in:
SiboVG 2023-04-07 17:20:13 +02:00
parent 27de9f6692
commit 1832778ba8

View File

@ -42,7 +42,7 @@ public class DisableStageTest extends BaseTestCase {
}
}
//// Test re-enableing the stage.
//// Test re-enabling the stage.
Rocket rocketOriginal = TestRockets.makeEstesAlphaIII();
Simulation simOriginal = new Simulation(rocketOriginal);
@ -81,7 +81,7 @@ public class DisableStageTest extends BaseTestCase {
compareSims(simRemoved, simDisabled, delta);
//// Test re-enableing the stage.
//// Test re-enabling the stage.
Rocket rocketOriginal = TestRockets.makeBeta();
Simulation simOriginal = new Simulation(rocketOriginal);
simOriginal.setFlightConfigurationId(TestRockets.TEST_FCID_1);
@ -173,7 +173,7 @@ public class DisableStageTest extends BaseTestCase {
compareSims(simRemoved, simDisabled, delta);
//// Test re-enableing the stage.
//// Test re-enabling the stage.
Rocket rocketOriginal = TestRockets.makeFalcon9Heavy();
TestRockets.addCoreFins(rocketOriginal);
@ -232,7 +232,7 @@ public class DisableStageTest extends BaseTestCase {
}
}
//// Test re-enableing the stage.
//// Test re-enabling the stage.
Rocket rocketOriginal = TestRockets.makeFalcon9Heavy();
TestRockets.addCoreFins(rocketOriginal);