update stream clearing to be compatible with node 0.12
This commit is contained in:
@ -247,7 +247,6 @@ describe('Connection Pool', function () {
|
||||
var clock = sinon.useFakeTimers();
|
||||
stub.autoRelease(clock);
|
||||
|
||||
debugger;
|
||||
connection.setStatus('dead');
|
||||
expect(_.size(clock.timers)).to.eql(1);
|
||||
var id = _(clock.timers).keys().first();
|
||||
|
||||
Reference in New Issue
Block a user