Skip to content

Commit

Permalink
Incorrect assert? Zero is falsy.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMan99 committed Jan 14, 2018
1 parent dd0011a commit f1e0a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ var i = 0

characters.on('data', function(data) {
assert.equal(data, sentence[i++])
assert(i)
})

assert(i)



0 comments on commit f1e0a3f

Please sign in to comment.