Skip to content

Commit

Permalink
[fix] minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Oct 21, 2013
1 parent 5e130de commit 5d66ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib-http-proxy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('lib/http-proxy.js', function() {
proxy.on('error', function (err) {
expect(err).to.be.an(Error);
expect(err.code).to.be('ECONNREFUSED');
proxyServer._server.close();
proxy._server.close();
done();
})

Expand Down

0 comments on commit 5d66ce1

Please sign in to comment.