Skip to content

Commit

Permalink
remove extra ready
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Campbell committed Nov 12, 2024
1 parent 9fd0933 commit f7e6a45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/decorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ test('decorator can be overridden', async (t) => {

await fastify.register(fastifySwagger, { decorator: 'customSwaggerDecorator' })

await fastify.ready()

await fastify.ready()
t.ok(fastify.customSwaggerDecorator())
})

0 comments on commit f7e6a45

Please sign in to comment.