Skip to content

Commit 47d0f68

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ 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
2324
}
2425

2526
const expectedRealtimeVisitorsQuery: StatsQuery = {

0 commit comments

Comments
 (0)