diff --git a/src/helpers/__tests__/cloneChildren-test.js b/src/helpers/__tests__/cloneChildren-test.js index 7c33ee1..d9b0bfc 100644 --- a/src/helpers/__tests__/cloneChildren-test.js +++ b/src/helpers/__tests__/cloneChildren-test.js @@ -112,7 +112,7 @@ describe('cloneChildren', () => { expect(warning).toBeCalledWith(false, 'Duplicate name "color" found. Duplicate fields will be ignored'); }); - it('user specified fieldErrors do not get swallowed during clone of a form with errors', () => { + it('combines the forms field errors with user specified field errors', () => { const fieldErrors = { color: ['form error'] }