Skip to content

Commit

Permalink
Merge branch 'master' into greenkeeper-form-data-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Aug 28, 2016
2 parents a10af07 + 4d33333 commit 9457ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-form-data-error.js
Expand Up @@ -75,12 +75,12 @@ tape('form-data should throw on null value', function (t) {
key: null
}
})
}, /Cannot read property 'path' of null/)
}, TypeError)
t.end()
})

tape('cleanup', function(t) {
s.close(function() {
t.end()
})
})
})

0 comments on commit 9457ea5

Please sign in to comment.