add test for fetchAndUpdateStopAndPolylineDataForRoutesInExistingSystemsInRepository

This commit is contained in:
2025-01-22 15:03:29 -08:00
parent 81d0bb9e01
commit 95f2181b1c
3 changed files with 23 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ export class TimedApiBasedRepositoryLoader extends ApiBasedRepositoryLoader {
await this.repository.clearRouteData();
await this.fetchAndUpdateRouteDataForExistingSystemsInRepository();
await this.repository.clearStopData();
await this.fetchAndUpdateStopAndPolylineDataForRoutesInExistingSystems();
await this.fetchAndUpdateStopAndPolylineDataForRoutesInExistingSystemsInRepository();
await this.repository.clearShuttleData();
await this.fetchAndUpdateShuttleDataForExistingSystems();
await this.repository.clearEtaData();