Skip to content

Commit

Permalink
style(NODE-3568): eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Aug 4, 2023
1 parent 9b3d7df commit 2b79dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/schema_helpers.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ expectAssignable<SchemaWithIdType | null>(
await typeTestCollection.findOneAndReplace({ a: 1 }, { a: 5 })
);
expectAssignable<SchemaWithIdInterface | null>(
await interfaceTestCollection.findOneAndReplace({ a: 1 }, { a: 5 })
await interfaceTestCollection.findOneAndReplace({ a: 1 }, { a: 5 })
);
expectAssignable<SchemaWithIdType | null>(
await typeTestCollection.findOneAndUpdate({ a: 1 }, { a: 5 })
Expand Down

0 comments on commit 2b79dff

Please sign in to comment.