Skip to content

Commit

Permalink
style: fix lint re: #6625
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 27, 2018
1 parent d0218c4 commit ae2a9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/query.test.js
Expand Up @@ -2426,7 +2426,7 @@ describe('Query', function() {

const Model = db.model('gh6625', schema);

let doc = yield Model.create({ n: 42 });
yield Model.create({ n: 42 });

let res = yield Model.find().explain('queryPlanner');
assert.ok(res[0].queryPlanner);
Expand Down

0 comments on commit ae2a9ae

Please sign in to comment.