Skip to content

Commit 866731c

Browse files
authored
test fix
1 parent 79bff05 commit 866731c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/basic_table/basic_table.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ describe('EuiBasicTable', () => {
433433
columns: basicColumns,
434434
itemId: 'id',
435435
selection: {
436-
onSelectionChange: () => {},
436+
initialSelected: [basicItems[0]],
437437
selected: [],
438438
},
439439
};

0 commit comments

Comments
 (0)