Skip to content

Commit

Permalink
fix test title
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 7, 2015
1 parent 25873b9 commit 59d3aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -38,7 +38,7 @@ test('should throw TypeError if not callback given', function (done) {
done()
})

test('should handle completion of legacy streams', function (done) {
test('should handle premature close of legacy streams', function (done) {
var legacy = through2()
eos(legacy, function (err) {
test.strictEqual(/premature close/.test(err.message), true)
Expand Down

0 comments on commit 59d3aa3

Please sign in to comment.