update tests and mock data generators

This commit is contained in:
2025-04-29 16:18:46 -07:00
parent 518044d860
commit 570ab8a178
4 changed files with 28 additions and 19 deletions

View File

@@ -13,7 +13,8 @@ describe("InMemoryParkingRepository", () => {
id: "1",
name: "Anderson Parking Structure",
capacity: 100,
address: "300 E Walnut Ave, Orange, CA 92867"
address: "300 E Walnut Ave, Orange, CA 92867",
updatedTimeMs: Date.now(),
};
beforeEach(() => {