Skip to content

Commit

Permalink
fix test timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
n0v1 authored and anonrig committed May 15, 2024
1 parent 9b2f8a8 commit 8a5a339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/errors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@ test('should handle error in response stream', async t => {
t.true(errCalled)
t.truthy(err)
t.true(err.message.indexOf('stream error') >= 0)

await app.close()
})

test('should handle an error in the handler of duplex call', async t => {
Expand Down

0 comments on commit 8a5a339

Please sign in to comment.