mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add shuttle to test data
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user