Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Apr 28, 2023
1 parent 6270d45 commit 776f8ac
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const mockGroupingProps = {
activePage: 0,
data: {
groupsCount: {
value: 2,
value: 3,
},
groupByFields: {
doc_count_error_upper_bound: 0,
Expand Down Expand Up @@ -121,7 +121,10 @@ export const mockGroupingProps = {
],
},
unitsCount: {
value: 3,
value: 14,
},
unitsCountWithoutNull: {
value: 14,
},
},
groupingId: 'test-grouping-id',
Expand Down

0 comments on commit 776f8ac

Please sign in to comment.