Skip to content

Commit fbbaf4d

Browse files
committed
Fix type error in test
1 parent 3fcda54 commit fbbaf4d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

assets/js/dashboard/stats/graph/fetch-top-stats.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ const expectedBaseInclude: StatsQuery['include'] = {
1919
compare_match_day_of_week: true,
2020
imports: true,
2121
imports_meta: true,
22-
time_labels: false
22+
time_labels: false,
23+
partial_time_labels: false,
24+
empty_metrics: false
2325
}
2426

2527
const expectedRealtimeVisitorsQuery: StatsQuery = {

0 commit comments

Comments
 (0)