base58: fix missing exceptions
This commit is contained in:
parent
c9ad359520
commit
47ae862ae9
2 changed files with 7 additions and 2 deletions
test
|
@ -18,7 +18,7 @@ describe('base58', function() {
|
|||
it('throws on ' + f.description, function() {
|
||||
assert.throws(function() {
|
||||
base58.decode(f.string)
|
||||
})
|
||||
}, /Non-base58 character/)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue