Skip to content

Commit 380cfba

Browse files
committed
oops
1 parent 137cade commit 380cfba

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

x-pack/legacy/plugins/lens/public/xy_visualization/xy_expression.test.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,7 @@ describe('xy_expression', () => {
290290
const data: LensMultiTable = {
291291
type: 'lens_multitable',
292292
tables: {
293-
first: createSampleDatatableWithRows([
294-
{ a: 1, b: 2, c: 'I', d: 'Foo' },
295-
{ a: 8, b: 5, c: 'K', d: 'Buzz' },
296-
]),
293+
first: createSampleDatatableWithRows([{ a: 1, b: 2, c: 'I', d: 'Foo' }]),
297294
second: createSampleDatatableWithRows([
298295
{ a: 10, b: 5, c: 'J', d: 'Bar' },
299296
{ a: 8, b: 5, c: 'K', d: 'Buzz' },

0 commit comments

Comments
 (0)