package: update to typeforce 1.8.7
This commit is contained in:
parent
4ae06003c4
commit
b91cfcf196
7 changed files with 28 additions and 46 deletions
test
|
@ -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\)/)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue