Skip to content

Commit 2b79dff

Browse files
committed
style(NODE-3568): eslint
1 parent 9b3d7df commit 2b79dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/types/schema_helpers.test-d.ts

+1-1
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)