Skip to content

Commit

Permalink
[tests] tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Oct 22, 2013
1 parent 02df9a3 commit d60353f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib-http-proxy-test.js
Expand Up @@ -161,6 +161,8 @@ describe('lib/http-proxy.js', function() {
testReq.on('error', function (e) {
expect(e).to.be.an(Error);
expect(e.code).to.be.eql('ECONNRESET');
proxy._server.close();
source.close();
done();
});

Expand Down

0 comments on commit d60353f

Please sign in to comment.