Skip to content

Commit

Permalink
Update test/types/document.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 Sep 17, 2024
1 parent 11494c7 commit 05a2234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/document.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,4 @@ async function gh12959() {
expectType<number | undefined>(doc.__v);

expectError(doc.subdocArray[0].__v);
}
}

0 comments on commit 05a2234

Please sign in to comment.