Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 27, 2024
1 parent 88629a7 commit 0ba876c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_/schemas/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const generate = async (
input: {
dirName: string
name?: boolean
generatorInput?: Omit<Generator.Input, 'sourceSchema'>
generatorInput?: Omit<Generator.Input, 'schemaSource'>
defaultSchemaUrl?: URL
},
) => {
Expand Down

0 comments on commit 0ba876c

Please sign in to comment.