Skip to content

Commit 6a16ea1

Browse files
jinhyukifydarrachequesne
authored andcommitted
[test] Remove unnecessary assertion in test case (#556)
1 parent d93ef6a commit 6a16ea1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/engine.io.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe('engine', function () {
2020
});
2121

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

0 commit comments

Comments
 (0)