Fixed failing tests
This commit is contained in:
@@ -40,7 +40,7 @@ const ClassSchema = createPropertySchema({
|
||||
},
|
||||
'extraTags.$._id': {
|
||||
type: String,
|
||||
regEx: SimpleSchema.RegEx.Id,
|
||||
max: 32,
|
||||
autoValue() {
|
||||
if (!this.isSet) return Random.id();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user