diff --git a/test/document.test.js b/test/document.test.js index 3ca3d5c96f3..a160f2edb62 100644 --- a/test/document.test.js +++ b/test/document.test.js @@ -2570,7 +2570,7 @@ describe('document', function() { type: String, required: true }, - testArray: [embedSchema], + testArray: [embedSchema] }); const TestModel = db.model('Test', testSchema);