Skip to content

Commit

Permalink
Remove mongoose.set('debug', true); from test
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanHafez authored Mar 27, 2020
1 parent 52eb75d commit 91560dc
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 91560dc

Please sign in to comment.