Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Sep 19, 2024
1 parent 38c1419 commit 214a679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('SchemaBuilder', () => {
const shouldExtractAddress = builder.shouldExtractSchema('address', 1)
const shouldExtractPerson2 = builder.shouldExtractSchema('person', 0)
const shouldExtractTooDeep = builder.shouldExtractSchema('city', 11)
const schema = builder.build()
const schema = SchemaBuilder.getSchemaDefinition(builder.build())

const expectedSchema = {
components: {
Expand Down

0 comments on commit 214a679

Please sign in to comment.