mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
Update test case naming for ParkingRepositorySharedTests.test.ts to clarify scope of test
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user