Skip to content

Commit e42aaaf

Browse files
committed
style: fix lint
1 parent 78bca70 commit e42aaaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/model.populate.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10291,8 +10291,8 @@ describe('model: populate:', function() {
1029110291
{
1029210292
doc: { type: mongoose.Schema.Types.ObjectId, ref: 'Child' },
1029310293
name: String
10294-
},
10295-
]
10294+
}
10295+
]
1029610296
});
1029710297
const Parent = db.model('Parent', schema);
1029810298
const Child = db.model('Child', new Schema({ name: String }));

0 commit comments

Comments
 (0)