Expect the correct error to be thrown.

This commit is contained in:
David de Kloet 2015-05-19 00:10:43 +02:00 committed by Braydon Fuller
parent 8c5b2c851b
commit 6729b38944
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ describe('Transaction', function() {
return transaction
.to(toAddress, 10000)
.change(changeAddress);
}, 'disableIsFullySigned', errors.Transaction.UnableToVerifySignature));
}, 'disableIsFullySigned', errors.Transaction.MissingSignatures));
it('can skip the check that avoids spending more bitcoins than the inputs for a transaction', buildSkipTest(
function(transaction) {
return transaction