mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
use the correct system ID for mock data in eta loader test
This commit is contained in:
@@ -134,7 +134,7 @@ describe("ApiBasedRepositoryLoader", () => {
|
|||||||
|
|
||||||
const stops = generateMockStops();
|
const stops = generateMockStops();
|
||||||
stops.forEach((stop) => {
|
stops.forEach((stop) => {
|
||||||
stop.systemId = "263";
|
stop.systemId = "1";
|
||||||
});
|
});
|
||||||
|
|
||||||
await Promise.all(stops.map(async (stop) => {
|
await Promise.all(stops.map(async (stop) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user