Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson committed Apr 25, 2014
1 parent b3dfe98 commit fbff3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/broadcast.js
Expand Up @@ -96,7 +96,7 @@ describe('Broadcast', function () {
expect(data.toString()).to.not.exist;
});

broadcast.once('finish', function (code) {
broadcast.once('close', function (code) {

expect(code).to.equal(0);
done();
Expand Down

0 comments on commit fbff3c5

Please sign in to comment.