mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
Update method call to addOrUpdateShuttle
This commit is contained in:
@@ -114,7 +114,6 @@ describe.each(repositoryImplementations)('$name', (holder) => {
|
|||||||
await shuttleRepository.addOrUpdateShuttle(
|
await shuttleRepository.addOrUpdateShuttle(
|
||||||
shuttle,
|
shuttle,
|
||||||
new Date(2025, 0, 8, 12, 0, 0).getTime(),
|
new Date(2025, 0, 8, 12, 0, 0).getTime(),
|
||||||
new Date(2025, 0, 8, 12, 7, 30),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
const eta = await repository.getEtaForShuttleAndStopId(shuttle.id, stop2.id);
|
const eta = await repository.getEtaForShuttleAndStopId(shuttle.id, stop2.id);
|
||||||
|
|||||||
Reference in New Issue
Block a user