Skip to content

Commit

Permalink
test(document): correct test title
Browse files Browse the repository at this point in the history
vkarpov15 committed Oct 4, 2020

Unverified

No user is associated with the committer email.
1 parent 978d695 commit 2da4cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/document.test.js
Original file line number Diff line number Diff line change
@@ -9449,7 +9449,7 @@ describe('document', function() {
assert.ok(err.errors['num'].reason);
});

it('init tracks cast error reason (gh-9459)', function() {
it('correctly handles setting nested path underneath single nested subdocs (gh-9459)', function() {
const preferencesSchema = mongoose.Schema({
notifications: {
email: Boolean,

0 comments on commit 2da4cb3

Please sign in to comment.