add back changes made in previous commit

previous commit [here](3407f3f522).
This commit is contained in:
whattokingu
2016-02-13 14:24:10 +08:00
committed by Zheng Weihan
parent bfa458941c
commit f01a349af8

View File

@@ -47,7 +47,6 @@ describe('socket', function(){
socket.once('pong', function(ms){
expect(pinged).to.be(true);
expect(ms).to.be.a('number');
expect(ms).to.be.greaterThan(0);
socket.disconnect();
done();
});