Merge pull request #56 from ssotomayor/fixes1592
Fix for test after change of PublicKeyRing.
This commit is contained in:
commit
fd7c484761
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ describe('PublicKeyRing model', function() {
|
||||||
var a = as[j];
|
var a = as[j];
|
||||||
a.address.isValid().should.equal(true);
|
a.address.isValid().should.equal(true);
|
||||||
a.addressStr.should.equal(a.address.toString());
|
a.addressStr.should.equal(a.address.toString());
|
||||||
a.isChange.should.equal([false, false, false, true, true][j]);
|
a.isChange.should.equal([false, true, true, false, false][j]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue