Skip to content

Commit

Permalink
add missing issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftwareSing committed Mar 20, 2021
1 parent 0101ab8 commit 003e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.test.js
Expand Up @@ -5781,7 +5781,7 @@ describe('Model', function() {
});
});

it('insertOne and replaceOne should not throw an error when set `timestamps: false` in schmea', function() {
it('insertOne and replaceOne should not throw an error when set `timestamps: false` in schmea (gh-10048)', function() {
const schema = new Schema({ name: String }, { timestamps: false });
const Model = db.model('Test', schema);

Expand Down

0 comments on commit 003e477

Please sign in to comment.