Skip to content

Commit 55774c6

Browse files
vkarpov15hasezoey
andauthored
Update test/schematype.test.js
Co-authored-by: hasezoey <hasezoey@gmail.com>
1 parent cab97cc commit 55774c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/schematype.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ describe('schematype', function() {
281281
});
282282
});
283283
});
284-
it('demonstrates the `validateAll()` function (gh-6910)', async function() {
284+
it('demonstrates the `validateAll()` function (gh-6910)', function() {
285285
const validateSchema = new Schema({ name: String, password: String });
286286
validateSchema.path('name').validate({
287287
validator: function(v) {

0 commit comments

Comments
 (0)