Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Oct 4, 2024
1 parent 2fa5b68 commit 10ca7cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/blueprint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ test('createProperties: uses provided values', (t) => {
property.isUndocumented,
'isUndocumented should be true when x-undocumented is provided',
)
t.true(
property.isDraft,
'isDraft should be true when x-draft is provided',
)
t.true(property.isDraft, 'isDraft should be true when x-draft is provided')
})

const postEndpoint: OpenapiOperation = {
Expand Down

0 comments on commit 10ca7cb

Please sign in to comment.