mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
fix failing ordered stop test due to missing system id
This commit is contained in:
@@ -33,6 +33,7 @@ describe("OrderedStopResolvers", () => {
|
||||
|
||||
mockStops = generateMockStops();
|
||||
await Promise.all(mockStops.map(async (mockStop) => {
|
||||
mockStop.systemId = mockSystem.id;
|
||||
await repository.addOrUpdateStop(mockStop);
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user