Remove spy on nonexistent method

This commit is contained in:
2025-11-11 12:06:05 -08:00
parent cb23379723
commit ea943206c0

View File

@@ -37,7 +37,6 @@ describe("ApiBasedShuttleRepositoryLoader", () => {
updateRouteDataForSystem: jest.spyOn(loader, "updateRouteDataForSystem"),
updateStopAndPolylineDataForRoutesInSystem: jest.spyOn(loader, "updateStopAndPolylineDataForRoutesInSystem"),
updateShuttleDataForSystem: jest.spyOn(loader, "updateShuttleDataForSystemBasedOnProximityToRoutes"),
updateEtaDataForExistingStopsForSystem: jest.spyOn(loader, "updateEtaDataForExistingStopsForSystem"),
};
Object.values(spies).forEach((spy: any) => {