Skip to content

Commit

Permalink
Update test/types/populate.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: hasezoey <hasezoey@gmail.com>
  • Loading branch information
vkarpov15 and hasezoey authored Dec 30, 2024
1 parent dcd3435 commit b7e1828
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/types/populate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,6 @@ async function gh15111() {
required: true,
trim: true
}
},
{
optimisticConcurrency: true
}
);
const ChildModel = mongoose.model<IChild, ChildModelType>('Child', childSchema);
Expand Down

0 comments on commit b7e1828

Please sign in to comment.