Skip to content

Commit

Permalink
Removed console.log/used next function right away
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Mar 3, 2015
1 parent b84eda4 commit e859b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parsing.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ it.describe("fast-csv parsing", function (it) {
assert.deepEqual(actual, expected25_invalid);
reachedInvalid = true;
})
.on("error", function(e){console.log(e)})
.on("error", next)
.on("end", function (count) {
assert.equal(true, reachedInvalid);
assert.deepEqual(actual, expected25);
Expand Down

0 comments on commit e859b69

Please sign in to comment.