Update method call to addOrUpdateShuttle

This commit is contained in:
2025-11-11 15:38:03 -08:00
parent 2854912e07
commit dac22da0b5

View File

@@ -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);