Skip to content

Commit

Permalink
add back changes made in previous commit
Browse files Browse the repository at this point in the history
previous commit [here](nus-fboa2016-si@3407f3f).
  • Loading branch information
zweihan committed Feb 15, 2016
1 parent bfa4589 commit f01a349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit f01a349

Please sign in to comment.