Skip to content

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Nov 27, 2024
1 parent 155a051 commit 9345d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/list.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,6 @@ describe('Form.List', () => {
await timeout();
});

console.log(formRef.current!.getFieldValue('list'));
expect(formRef.current!.getFieldValue('list')).toEqual([{ user: '1' }, { user: '3' }]);
});
});

0 comments on commit 9345d54

Please sign in to comment.