Fixes exception typo

This commit is contained in:
Daniel Cousens 2014-04-30 05:09:49 +10:00
parent b09dd73cbe
commit 77747241d4

View file

@ -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') })
})
})