Skip to content

Commit

Permalink
Add issue number to the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
vqvu committed Nov 19, 2015
1 parent c1fc2ae commit 0367027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ exports['race'] = {
this.clock.restore();
callback();
},
'no re-entry of consume callback': function (test) {
'no re-entry of consume callback (issue #393)': function (test) {
test.expect(1);
// This triggers a race condition. Be careful about changing the source.
var stream = _();
Expand Down

0 comments on commit 0367027

Please sign in to comment.