Skip to content

Commit

Permalink
Update test/types/schema.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 Jul 23, 2024
1 parent 195103c commit 9da1804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1569,4 +1569,4 @@ function gh14748() {
const subdoc = schema.path('singleNested')
.cast<HydratedArraySubdocument<{ name: string }>>({ name: 'bar' });
expectAssignable<{ name: string }>(subdoc);
}
}

0 comments on commit 9da1804

Please sign in to comment.