From 171f6fcb63339ff7a294b0ed95d65d50b39dcb28 Mon Sep 17 00:00:00 2001 From: Mathias Lundell Date: Tue, 17 Dec 2024 12:44:02 +0100 Subject: [PATCH] test: better name --- test/interceptors/dns.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/interceptors/dns.js b/test/interceptors/dns.js index 3f5c9f7855f..b0de06d9c0e 100644 --- a/test/interceptors/dns.js +++ b/test/interceptors/dns.js @@ -1815,7 +1815,7 @@ test('#3937 - Handle host correctly', async t => { t.equal(await response2.body.text(), 'hello world!') }) -test('Pool', async t => { +test('Should work with Pool', async t => { t = tspl(t, { plan: 4 }) const server = createServer()