fixing tests
This commit is contained in:
parent
56f4c32646
commit
4cd90c45a2
4 changed files with 8 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue