Skip to content

Commit

Permalink
Update tests/Select.checkable.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 23, 2024
1 parent c97949f commit 51452fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Select.checkable.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ describe('TreeSelect.checkable', () => {
describe('labelInValue', () => {
it('basic', () => {
const wrapper = mount(
<TreeSelect treeCheckable labelInValue value={[{ value: '0-0' }]}>
<TreeSelect labelInValue value={[{ value: '0-0' }]}>
<TreeNode key="0-0" value="0-0" title="0-0">
<TreeNode key="0-0-0" value="0-0-0" title="0-0-0" />
</TreeNode>
Expand Down

0 comments on commit 51452fe

Please sign in to comment.