Skip to content

Commit bca9254

Browse files
committed
Update CloudCode.Validator.spec.js
1 parent 2d31045 commit bca9254

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/CloudCode.Validator.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,7 @@ describe('cloud validator', () => {
14331433
options: ['A', 'B'],
14341434
required: true,
14351435
default: 'f',
1436+
error: 'a',
14361437
type: String,
14371438
},
14381439
},
@@ -1442,6 +1443,7 @@ describe('cloud validator', () => {
14421443
options: ['A', 'B'],
14431444
required: true,
14441445
default: 'f',
1446+
error: 'a',
14451447
type: String,
14461448
},
14471449
},

0 commit comments

Comments
 (0)