From 8b05872227dcddf2202d6652eaed1f6fd2b7530c Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Tue, 25 Jun 2024 13:01:35 -0400 Subject: [PATCH] style: fix lint --- test/document.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);