Skip to content

Commit 9345d54

Browse files
committed
test: update test
1 parent 155a051 commit 9345d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/list.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,6 @@ describe('Form.List', () => {
935935
await timeout();
936936
});
937937

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

0 commit comments

Comments
 (0)