Skip to content

Commit ab2636a

Browse files
committed
fix (NPM) top stats test again
1 parent 622ed1b commit ab2636a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const expectedBaseQuery = {
3535
filters: [],
3636
include: expectedBaseInclude,
3737
relative_date: null,
38-
order_by: null
38+
order_by: null,
39+
pagination: null
3940
}
4041

4142
const expectedRealtimeVisitorsQuery: StatsQuery = {

0 commit comments

Comments
 (0)