Skip to content

Commit e7597c6

Browse files
authored
Update schema.test.ts
1 parent 15b3a38 commit e7597c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types/schema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ function gh14002() {
12461246
});
12471247
expectType<IUser>({} as InferSchemaType<typeof schema>);
12481248
}
1249-
1249+
12501250
function gh14028_methods() {
12511251
// Methods that have access to `this` should have access to typing of other methods on the schema
12521252
interface IUser {

0 commit comments

Comments
 (0)