Skip to content

Commit

Permalink
Fix failing jest test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Apr 30, 2020
1 parent c473699 commit ad626e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ describe('DefaultEditorAggParams helpers', () => {
{ name: '@timestamp', type: 'date' },
{ name: 'geo_desc', type: 'string' },
],
getAggregationRestrictions: jest.fn(),
})),
params: {
orderBy: 'orderBy',
Expand Down

0 comments on commit ad626e9

Please sign in to comment.