Skip to content

Commit

Permalink
Test if BufferedStream.prototype.pipe returns destination
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Mar 11, 2012
1 parent b551faf commit 7e2d5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ setTimeout(function () {
i++ i++
} }


buffered.pipe(dest) assert.deepEqual(buffered.pipe(dest), dest)


setTimeout(function () { setTimeout(function () {
assert.ok(i === 100); assert.ok(i === 100);
Expand Down

0 comments on commit 7e2d5ce

Please sign in to comment.