Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Feb 18, 2021
1 parent dd5025a commit 35ebddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/plugins/data/common/search/aggs/buckets/histogram.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ describe('Histogram Agg', () => {
"schema": Array [
"segment",
],
"used_interval": Array [
100,
],
},
"function": "aggHistogram",
"type": "function",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,8 @@ describe('xy_expression', () => {
sourceParams: {
type: 'histogram',
params: {
interval: 'auto$$$5',
interval: 'auto',
used_interval: 5,
},
},
};
Expand Down

0 comments on commit 35ebddc

Please sign in to comment.