Merge pull request #52 from brendan-ch/chore/update-test-data

add shuttle to test data
This commit is contained in:
2025-06-26 20:58:51 -04:00
committed by GitHub

View File

@@ -4470,7 +4470,14 @@ const etas: IEta[] = [
secondsRemaining: 710.152,
systemId: supportedIntegrationTestSystems[0].id,
updatedTime: new Date(),
}
},
{
stopId: stops[0].id,
shuttleId: shuttles[2].id,
secondsRemaining: 540.192,
systemId: supportedIntegrationTestSystems[0].id,
updatedTime: new Date(),
},
];
export async function loadShuttleTestData(repository: ShuttleGetterSetterRepository) {