diff --git a/test/basic.test.js b/test/basic.test.js index 43ccec4..8c9d1b1 100644 --- a/test/basic.test.js +++ b/test/basic.test.js @@ -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()