Skip to content

Commit

Permalink
[Lens] Fix broken test (#70117) (#70148)
Browse files Browse the repository at this point in the history
Co-authored-by: Wylie Conlon <william.conlon@elastic.co>
  • Loading branch information
mbondyra and Wylie Conlon authored Jun 27, 2020
1 parent ade2b57 commit 8d1ae01
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ describe('loader', () => {
a: sampleIndexPatterns.a,
},
layers: {},
showEmptyFields: false,
});
expect(storage.set).toHaveBeenCalledWith('lens-settings', {
indexPatternId: 'a',
Expand All @@ -341,7 +340,6 @@ describe('loader', () => {
b: sampleIndexPatterns.b,
},
layers: {},
showEmptyFields: false,
});
});

Expand Down

0 comments on commit 8d1ae01

Please sign in to comment.