Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 8, 2023
1 parent 78bca70 commit e42aaaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/model.populate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10291,8 +10291,8 @@ describe('model: populate:', function() {
{
doc: { type: mongoose.Schema.Types.ObjectId, ref: 'Child' },
name: String
},
]
}
]
});
const Parent = db.model('Parent', schema);
const Child = db.model('Child', new Schema({ name: String }));
Expand Down

0 comments on commit e42aaaf

Please sign in to comment.