tests: fixes test description typos
This commit is contained in:
parent
897bbf4eb4
commit
0782e8e837
1 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ describe('Wallet', function() {
|
||||||
wallet = new Wallet(seed, networks.bitcoin, [utxo])
|
wallet = new Wallet(seed, networks.bitcoin, [utxo])
|
||||||
})
|
})
|
||||||
|
|
||||||
it('parses wallet outputs to the expect format', function(){
|
it('parses wallet outputs to the expected format', function(){
|
||||||
assert.deepEqual(wallet.getUnspentOutputs(), [utxo])
|
assert.deepEqual(wallet.getUnspentOutputs(), [utxo])
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -626,7 +626,7 @@ describe('Wallet', function() {
|
||||||
Transaction.prototype.sign.restore()
|
Transaction.prototype.sign.restore()
|
||||||
})
|
})
|
||||||
|
|
||||||
it('signes the inputs with respective keys', function(){
|
it('signs the inputs with respective keys', function(){
|
||||||
var fee = 30000
|
var fee = 30000
|
||||||
sinon.stub(Transaction.prototype, "sign")
|
sinon.stub(Transaction.prototype, "sign")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue