Update test case naming for ParkingRepositorySharedTests.test.ts to clarify scope of test

This commit is contained in:
2025-07-19 12:50:39 -04:00
parent 0a5a71d78f
commit 09ee17874d

View File

@@ -163,7 +163,7 @@ describe.each(repositoryImplementations)('$name', (holder) => {
expect(await repository.getHistoricalAveragesOfParkingStructureCounts(testStructure.id, options)).toEqual([]);
});
it("should calculate averages for intervals with manual historical data", async () => {
it("should calculate average for one single large interval", async () => {
// Set logging interval to 0 so every update creates historical data
repository.setLoggingInterval(0);