Skip to content

Commit f61db7b

Browse files
committed
Update CloudCode.Validator.spec.js
1 parent 12bb8b1 commit f61db7b

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
@@ -1271,6 +1271,7 @@ describe('cloud validator', () => {
12711271
options: ['A', 'B'],
12721272
required: true,
12731273
default: 'f',
1274+
error: 'a',
12741275
type: String,
12751276
},
12761277
},
@@ -1280,6 +1281,7 @@ describe('cloud validator', () => {
12801281
options: ['A', 'B'],
12811282
required: true,
12821283
default: 'f',
1284+
error: 'a',
12831285
type: String,
12841286
},
12851287
},

0 commit comments

Comments
 (0)