Skip to content

Commit

Permalink
Merge pull request #30 from pkrefta/test_fixes
Browse files Browse the repository at this point in the history
Few small test fixes
  • Loading branch information
pksunkara committed Sep 16, 2012
2 parents c7f7ac9 + 611e7b7 commit f771e13
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/after-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function stream_callback(cb) {
var stream = new union.ResponseStream();

stream.once("pipe", function (req) {
console.log(req);
return cb ? cb(null,req) : undefined;
});

Expand Down
Empty file added test/fixtures/index.js
Empty file.
Empty file added test/helpers/index.js
Empty file.

0 comments on commit f771e13

Please sign in to comment.