connection-deadlock, socket: improve socket end conditions
This commit is contained in:
@@ -48,7 +48,7 @@ describe('Connection Deadlock Test', () => {
|
||||
})
|
||||
)
|
||||
|
||||
sock.end(new Error('Test completed'))
|
||||
await sock.end(new Error('Test completed'))
|
||||
await clear()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user