Skip to content

Commit

Permalink
Handle potential AggregateError instead of Error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed May 5, 2023
1 parent 02e3d47 commit aa83d68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/connectivitySpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ describe("Connectivity", function() {
return assert.rejects(() => this.client.access({
port: 111
}), {
name: "Error",
code: "ECONNREFUSED"
})
})
Expand Down

0 comments on commit aa83d68

Please sign in to comment.