fix mocha tests

This commit is contained in:
Matias Alejo Garcia 2014-12-13 12:10:39 -03:00
parent a05a3a06c9
commit 9383d8e8d3
1 changed files with 1 additions and 1 deletions

View File

@ -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();