Skip to content

Commit 8d1ae01

Browse files
mbondyraWylie Conlon
andauthored
[Lens] Fix broken test (#70117) (#70148)
Co-authored-by: Wylie Conlon <william.conlon@elastic.co>
1 parent ade2b57 commit 8d1ae01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ describe('loader', () => {
318318
a: sampleIndexPatterns.a,
319319
},
320320
layers: {},
321-
showEmptyFields: false,
322321
});
323322
expect(storage.set).toHaveBeenCalledWith('lens-settings', {
324323
indexPatternId: 'a',
@@ -341,7 +340,6 @@ describe('loader', () => {
341340
b: sampleIndexPatterns.b,
342341
},
343342
layers: {},
344-
showEmptyFields: false,
345343
});
346344
});
347345

0 commit comments

Comments
 (0)