Fix bug in FlightEventsTest that kept from testing third sim branch
This commit is contained in:
parent
4b2132cc4b
commit
33b27b45ca
@ -107,7 +107,7 @@ public class FlightEventsTest extends BaseTestCase {
|
|||||||
warn.setSources(new BodyTube[]{centerBoosterBody});
|
warn.setSources(new BodyTube[]{centerBoosterBody});
|
||||||
|
|
||||||
// events whose time is too variable to check are given a time of 1200
|
// events whose time is too variable to check are given a time of 1200
|
||||||
for (int b = 0; b < 2; b++) {
|
for (int b = 0; b < branchCount; b++) {
|
||||||
FlightEvent[] expectedEvents = switch (b) {
|
FlightEvent[] expectedEvents = switch (b) {
|
||||||
// Sustainer
|
// Sustainer
|
||||||
case 0 -> new FlightEvent[]{
|
case 0 -> new FlightEvent[]{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user