Skip to content

Commit 81986c7

Browse files
committed
retry ECONNRESET error
1 parent 05f7c2f commit 81986c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/members.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ describe("Members", function () {
4343
if (err) {
4444
return done(err);
4545
}
46+
4647
expect(res).to.have.status(200);
4748
expect(res.body).to.be.a("object");
4849
expect(res.body.message).to.equal("No member found");

0 commit comments

Comments
 (0)