Skip to content

Commit 7cbb295

Browse files
vkarpov15hasezoey
andauthored
Update test/model.updateOne.test.js
Co-authored-by: hasezoey <[email protected]>
1 parent 76c745c commit 7cbb295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/model.updateOne.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,6 +3091,7 @@ describe('model: updateOne: ', function() {
30913091
assert.equal(doc.login.keys.length, 1);
30923092
assert.equal(doc.login.keys[0].id, 'test2');
30933093
});
3094+
30943095
it('casts using overwritten discriminator key schema (gh-15051)', async function() {
30953096
const embedDiscriminatorSchema = new mongoose.Schema({
30963097
field1: String

0 commit comments

Comments
 (0)