Skip to content

Commit 05f7c2f

Browse files
committed
retry ECONNRESET error
1 parent 8a3cd72 commit 05f7c2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/members.test.js

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

0 commit comments

Comments
 (0)