wallet test passings

This commit is contained in:
Matias Alejo Garcia 2014-08-01 10:53:06 -03:00
parent dc3bbb8859
commit 25631e641a
1 changed files with 1 additions and 1 deletions

View File

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