change all millisecond references into Dates

This commit is contained in:
2025-04-29 17:05:23 -07:00
parent b58babc7ea
commit 1c7ee9fbc3
9 changed files with 51 additions and 51 deletions

View File

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