Skip to content

Commit

Permalink
test: better name
Browse files Browse the repository at this point in the history
  • Loading branch information
luddd3 committed Dec 17, 2024
1 parent 8e0f67a commit 171f6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interceptors/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 171f6fc

Please sign in to comment.