fix mocha tests
This commit is contained in:
parent
a05a3a06c9
commit
9383d8e8d3
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ describe('TxProposal', function() {
|
|||
txp.getSignersPubKeys()[0].length.should.equal(1);
|
||||
|
||||
txp.addSignature('pepe', [SIG1]);
|
||||
txp.getSignersPubKeys()[0].length.should.equal(2);
|
||||
txp.getSignersPubKeys(true)[0].length.should.equal(2);
|
||||
|
||||
var keys = txp.getSignersPubKeys()[0];
|
||||
var keysSorted = _.clone(keys).sort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue