Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixRe0 committed Aug 17, 2020
1 parent bf1a9b4 commit 01b48b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/model.populate.test.js
Expand Up @@ -1637,12 +1637,12 @@ describe('model: populate:', function() {
title: 'Notre-Dame de Paris',
fans: []
});

yield BlogPost.collection.updateOne({ _id: post._id }, {
$set: { fans: [user.id] }
});

yield user.delete()
yield user.delete();

const returned = yield BlogPost.
findById(post._id).
Expand Down

0 comments on commit 01b48b5

Please sign in to comment.