Skip to content

Commit e93ed6f

Browse files
vkarpov15hasezoey
andauthored
Update test/model.populate.test.js
Co-authored-by: hasezoey <[email protected]>
1 parent 9ffd12e commit e93ed6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model.populate.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11280,7 +11280,7 @@ describe('model: populate:', function() {
1128011280
assert.strictEqual(doc.node[0]._id, '65c7953e-c6e9-4c2f-8328-fe2de7df560d');
1128111281
});
1128211282

11283-
it('avoids repopulating if forceRepopulate disabled (gh-14979)', async function() {
11283+
it('avoids repopulating if forceRepopulate is disabled (gh-14979)', async function() {
1128411284
const ChildSchema = new Schema({ name: String });
1128511285
const ParentSchema = new Schema({
1128611286
children: [{ type: Schema.Types.ObjectId, ref: 'Child' }],

0 commit comments

Comments
 (0)