Skip to content

Commit 35ebddc

Browse files
committed
fix tests
1 parent dd5025a commit 35ebddc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/plugins/data/common/search/aggs/buckets/histogram.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ describe('Histogram Agg', () => {
101101
"schema": Array [
102102
"segment",
103103
],
104-
"used_interval": Array [
105-
100,
106-
],
107104
},
108105
"function": "aggHistogram",
109106
"type": "function",

x-pack/plugins/lens/public/xy_visualization/expression.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,8 @@ describe('xy_expression', () => {
19131913
sourceParams: {
19141914
type: 'histogram',
19151915
params: {
1916-
interval: 'auto$$$5',
1916+
interval: 'auto',
1917+
used_interval: 5,
19171918
},
19181919
},
19191920
};

0 commit comments

Comments
 (0)