Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/interceptors/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ test('Should throw when on dual-stack disabled (4)', async t => {

await t.rejects(promise, 'ECONNREFUSED')

await t.complete
await t.completed
})

test('Should throw when on dual-stack disabled (6)', async t => {
Expand Down Expand Up @@ -459,7 +459,7 @@ test('Should throw when on dual-stack disabled (6)', async t => {

await t.rejects(promise, 'ECONNREFUSED')

await t.complete
await t.completed
})

test('Should automatically resolve IPs (dual stack disabled - 4)', async t => {
Expand Down
Loading