Skip to content

Commit 0d4d0cc

Browse files
committed
style(NODE-3568): eslint
1 parent b2e8fb1 commit 0d4d0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types/schema_helpers.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ expectAssignable<SchemaWithIdType | null>(
7979
await typeTestCollection.findOneAndReplace({ a: 1 }, { a: 5 })
8080
);
8181
expectAssignable<SchemaWithIdInterface | null>(
82-
await interfaceTestCollection.findOneAndReplace({ a: 1 }, { a: 5 })
82+
await interfaceTestCollection.findOneAndReplace({ a: 1 }, { a: 5 })
8383
);
8484
expectAssignable<SchemaWithIdType | null>(
8585
await typeTestCollection.findOneAndUpdate({ a: 1 }, { a: 5 })

0 commit comments

Comments
 (0)