mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
update tests and mock data generators
This commit is contained in:
@@ -59,6 +59,7 @@ describe("ChapmanApiBasedParkingRepositoryLoader", () => {
|
||||
},
|
||||
name: "Anderson Structure",
|
||||
id: "",
|
||||
updatedTimeMs: Date.now(),
|
||||
},
|
||||
{
|
||||
address: "200 W Sycamore Ave, Orange, CA 92866-1053",
|
||||
@@ -70,6 +71,7 @@ describe("ChapmanApiBasedParkingRepositoryLoader", () => {
|
||||
},
|
||||
name: "Barrera",
|
||||
id: "",
|
||||
updatedTimeMs: Date.now(),
|
||||
}
|
||||
];
|
||||
expectedStructures[0].id = ChapmanApiBasedParkingRepositoryLoader.generateId(expectedStructures[0].address);
|
||||
|
||||
Reference in New Issue
Block a user