Skip to content

Commit

Permalink
Merge pull request #8732 from AbdelrahmanHafez/patch-1
Browse files Browse the repository at this point in the history
Remove mongoose.set('debug', true); from test
  • Loading branch information
vkarpov15 authored Mar 27, 2020
2 parents ef14251 + 91560dc commit bce760d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/model.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6501,7 +6501,6 @@ describe('Model', function() {
name: String
});
const User = db.model('User', userSchema);
mongoose.set('debug', true);

return co(function*() {
let err = yield User.bulkWrite([{
Expand Down

0 comments on commit bce760d

Please sign in to comment.