mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 15:39:45 +08:00
Fix Table filter test
This commit is contained in:
parent
65d1f721d3
commit
c09cf95daa
@ -136,7 +136,7 @@ describe('Table.filter', () => {
|
||||
const wrapper = mount(createTable({
|
||||
columns: [{
|
||||
...column,
|
||||
filteredValue: ['girl'],
|
||||
filteredValue: ['Lucy'],
|
||||
}],
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user