Skip to content

Commit

Permalink
clean up test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez committed Mar 28, 2013
1 parent 0659bdc commit f5ad6ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/failover.js
Expand Up @@ -10,7 +10,6 @@ describe('failover', function () {
assert.ok(chunk.toString().match(/listening/));
done();
});
gateway.stderr.pipe(process.stderr);
});

before(function (done) {
Expand Down

0 comments on commit f5ad6ff

Please sign in to comment.