Skip to content

Commit

Permalink
fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 2, 2024
1 parent 9f396df commit 051f52f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('getMiniHistogramDataFromAggResponse', () => {

// aggregation response mock
const aggResponseMock: Record<string, MiniHistogramAgg> = {
histogram_0: {
mini_histogram_0: {
doc_count: 0,
mini_histogram: {
buckets: Object.entries(getDateHistogramBuckets()).map(([key, value]) => ({
Expand Down

0 comments on commit 051f52f

Please sign in to comment.