use the correct system ID for mock data in eta loader test

This commit is contained in:
2025-04-07 13:59:11 -07:00
parent 4f7d24acf0
commit 495a946e78

View File

@@ -134,7 +134,7 @@ describe("ApiBasedRepositoryLoader", () => {
const stops = generateMockStops();
stops.forEach((stop) => {
stop.systemId = "263";
stop.systemId = "1";
});
await Promise.all(stops.map(async (stop) => {