mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
Merge pull request #52 from brendan-ch/chore/update-test-data
add shuttle to test data
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user