Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Oct 27, 2023
1 parent 79bff05 commit 866731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/basic_table/basic_table.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ describe('EuiBasicTable', () => {
columns: basicColumns,
itemId: 'id',
selection: {
onSelectionChange: () => {},
initialSelected: [basicItems[0]],
selected: [],
},
};
Expand Down

0 comments on commit 866731c

Please sign in to comment.