package: update to typeforce 1.8.7

This commit is contained in:
Daniel Cousens 2016-09-30 16:25:13 +10:00
parent 4ae06003c4
commit b91cfcf196
7 changed files with 28 additions and 46 deletions

View file

@ -55,7 +55,7 @@ describe('HDNode', function () {
it('throws when an invalid length chain code is given', function () {
assert.throws(function () {
new HDNode(keyPair, new Buffer(20))
}, /Expected 256-bit Buffer, got 160-bit/)
}, /Expected property "1" of type Buffer\(Length: 32\), got Buffer\(Length: 20\)/)
})
})