fix tests
This commit is contained in:
parent
1775d98746
commit
7141dee5c8
2 changed files with 25 additions and 16 deletions
|
|
@ -252,13 +252,10 @@ describe('PublicKeyRing model', function() {
|
|||
id: w.id,
|
||||
});
|
||||
w2.addCopayer();
|
||||
w.merge(w2.toObj());
|
||||
w.merge(w2.toObj()).should.equal(true);
|
||||
}
|
||||
w.haveAllRequiredPubKeys().should.equal(true);
|
||||
});
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue