Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Nov 17, 2021
1 parent 725545e commit bf741e9
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,13 @@ describe('state_helpers', () => {
indexPatternId: '1',
columnOrder: [],
columns: {
col1: { operationType: 'testReference', references: [] },
col1: {
operationType: 'testReference',
references: [],
dataType: 'number',
isBucketed: false,
label: '',
},
},
},
'col1',
Expand Down

0 comments on commit bf741e9

Please sign in to comment.