mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +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({
|
const wrapper = mount(createTable({
|
||||||
columns: [{
|
columns: [{
|
||||||
...column,
|
...column,
|
||||||
filteredValue: ['girl'],
|
filteredValue: ['Lucy'],
|
||||||
}],
|
}],
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user