Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jan 14, 2019
1 parent 17ca301 commit 7b85840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/transmit.js
Expand Up @@ -1332,7 +1332,8 @@ describe('transmission', () => {
}, timeout);
};

stream.once('error', () => team.attend());
stream.once('error', () => team.attend()); // Node 8
stream.once('close', () => team.attend()); // Node 10
return stream;
};

Expand Down

0 comments on commit 7b85840

Please sign in to comment.