Skip to content

Commit

Permalink
Merge pull request #1 from socketio/master
Browse files Browse the repository at this point in the history
[test] Remove unnecessary assertion in test case (socketio#556)
  • Loading branch information
michailw committed Oct 10, 2018
2 parents 69ef946 + 6a16ea1 commit d20b305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/engine.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ describe('engine', function () {
});

it('should be the same version as client', function () {
expect(eio.protocol).to.be.a('number');
var version = require('../package').version;
expect(version).to.be(require('engine.io-client/package').version);
});
Expand Down

0 comments on commit d20b305

Please sign in to comment.