Skip to content

Commit df87958

Browse files
committed
Fix type error in test
1 parent 279f8e2 commit df87958

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)