fixing tests

This commit is contained in:
Manuel Araoz 2014-05-29 16:17:17 -03:00
commit 4cd90c45a2
4 changed files with 8 additions and 4 deletions

View file

@ -132,6 +132,7 @@ describe('Wallet model', function() {
);
var t = w.txProposals;
console.log(t);
var k = Object.keys(t.txps)[0];
var tx = t.txps[k].builder.build();
should.exist(tx);