Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit ad53a46

Browse files
authored
Update field-actions-spec.js
1 parent 8a7de36 commit ad53a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/field-actions-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ Object.keys(testContexts).forEach((testKey) => {
11921192

11931193
const actualState = reducer(
11941194
stateWithErrors,
1195-
actions.resetValidity('test.foo', ['foo', 'bar', ]));
1195+
actions.resetValidity('test.foo', ['foo', 'bar']));
11961196

11971197
assert.containSubset(
11981198
actualState.foo,

0 commit comments

Comments
 (0)