add shuttle to test data

This commit is contained in:
2025-06-26 17:45:42 -07:00
parent b068a69163
commit f6f71526d7

View File

@@ -4470,7 +4470,14 @@ const etas: IEta[] = [
secondsRemaining: 710.152, secondsRemaining: 710.152,
systemId: supportedIntegrationTestSystems[0].id, systemId: supportedIntegrationTestSystems[0].id,
updatedTime: new Date(), 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) { export async function loadShuttleTestData(repository: ShuttleGetterSetterRepository) {