Skip to content

Commit

Permalink
test: hydrate deep population check fix #15048
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaha252 committed Nov 26, 2024
1 parent 397d08f commit 3bc3770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.hydrate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('model', function() {
},
article: {
type: Schema.Types.ObjectId,
ref: 'Article1'
ref: 'Article2'
}
}, { timestamps: true });

Expand Down

0 comments on commit 3bc3770

Please sign in to comment.