From 70ef344bfc11bf2571de1fdb04109421b03d5779 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 21 May 2024 15:47:42 +0200 Subject: [PATCH] fixup Signed-off-by: Matteo Collina --- test/basic.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()