diff --git a/src/lib/features/traffic-data-usage/traffic-data-usage-store.test.ts b/src/lib/features/traffic-data-usage/traffic-data-usage-store.test.ts index 0a8aaf3795..3d40f19c40 100644 --- a/src/lib/features/traffic-data-usage/traffic-data-usage-store.test.ts +++ b/src/lib/features/traffic-data-usage/traffic-data-usage-store.test.ts @@ -237,7 +237,7 @@ test('can query for monthly aggregation of data for a specified range', async () const result = await trafficDataUsageStore.getTrafficDataForMonthRange(monthsBack); - // should have the current month and the preceding n months + // should have the current month and the preceding n months (one entry per group) expect(result.length).toBe((monthsBack + 1) * 2); for (const entry of result) {