wallet test passings

This commit is contained in:
Matias Alejo Garcia 2014-08-01 10:53:06 -03:00
commit 25631e641a

View file

@ -43,7 +43,7 @@ describe('TxProposal', function() {
var txp = new TxProposal({
creator: 1
});
}).should.throw('Illegal Argument');
}).should.throw('no inputChainPaths');
});