mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
add back changes made in previous commit
previous commit [here](3407f3f522).
This commit is contained in:
committed by
Zheng Weihan
parent
bfa458941c
commit
f01a349af8
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user