Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed May 21, 2024
1 parent 729d033 commit 70ef344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const fastifyAsyncForge = require('../')

const { app, request, reply, logger } = fastifyAsyncForge

test('basic helpers with start', async (t) => {
test('basic helpers', async (t) => {
const p = tspl(t, { plan: 7 })
const fastify = Fastify()

Expand Down

0 comments on commit 70ef344

Please sign in to comment.