Skip to content

Commit 1e02c1c

Browse files
fix typo
1 parent 43fa5dc commit 1e02c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validate/validate_array.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describe('Validate Array', () => {
188188
validateSpec: validate,
189189
key: 'testArray',
190190
value: [],
191-
valueSpec: {type: 'array', value: 'number'
191+
valueSpec: {type: 'array', value: 'number'},
192192
styleSpec: v8
193193
});
194194
expect(errors).toHaveLength(0);

0 commit comments

Comments
 (0)