Skip to content

Commit 92f63cf

Browse files
committed
Fix test error
1 parent af4be61 commit 92f63cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/model.populate.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8254,8 +8254,7 @@ describe('model: populate:', function() {
82548254
path: 'companyId',
82558255
justOne: true
82568256
}
8257-
}).lean();
8258-
8257+
});
82598258
assert.deepEqual(populatedRides[0].files, []);
82608259
assert.deepEqual(populatedRides[1].files, []);
82618260
});

0 commit comments

Comments
 (0)