Skip to content

Commit

Permalink
server: remove assertion founded solely on a race condition (╯°□°)╯︵ ┻━┻
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 27, 2015
1 parent ab2bd0b commit e763337
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,6 @@ describe('server', function () {
socket.on('close', function (reason) {
expect(reason).to.be('forced close');
expect(lastSent).to.be(50);
expect(lastReceived).to.be(50);
expect(upgrades).to.be(2);
--closed || done();
});
Expand Down

0 comments on commit e763337

Please sign in to comment.