Skip to content

Commit

Permalink
better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Uttridge committed Apr 6, 2016
1 parent ff5863c commit 6394ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/__tests__/cloneChildren-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
Expand Down

0 comments on commit 6394ef4

Please sign in to comment.