Skip to content

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
csy1204 committed Nov 19, 2023
1 parent af4be61 commit 92f63cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/model.populate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8254,8 +8254,7 @@ describe('model: populate:', function() {
path: 'companyId',
justOne: true
}
}).lean();

});
assert.deepEqual(populatedRides[0].files, []);
assert.deepEqual(populatedRides[1].files, []);
});
Expand Down

0 comments on commit 92f63cf

Please sign in to comment.