diff --git a/test/types/schema_helpers.test-d.ts b/test/types/schema_helpers.test-d.ts index ec82a4ba18f..6c09ee07900 100644 --- a/test/types/schema_helpers.test-d.ts +++ b/test/types/schema_helpers.test-d.ts @@ -79,7 +79,7 @@ expectAssignable( await typeTestCollection.findOneAndReplace({ a: 1 }, { a: 5 }) ); expectAssignable( - await interfaceTestCollection.findOneAndReplace({ a: 1 }, { a: 5 }) + await interfaceTestCollection.findOneAndReplace({ a: 1 }, { a: 5 }) ); expectAssignable( await typeTestCollection.findOneAndUpdate({ a: 1 }, { a: 5 })