Fixes exception typo
This commit is contained in:
parent
b09dd73cbe
commit
77747241d4
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ describe('HDWallet', function() {
|
|||
assert.equal(wallet.getAddress().toString(), 'mmxjUCnx5xjeaSHxJicsDCxCmjZwq8KTbv')
|
||||
})
|
||||
|
||||
it('throws an excption when unknown network type is passed in', function() {
|
||||
it('throws an exception when unknown network type is passed in', function() {
|
||||
assert.throws(function() { new HDWallet(new Buffer('foobar'), 'doge') })
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue