fix tests

This commit is contained in:
Matias Alejo Garcia 2014-04-07 13:26:29 -03:00
commit 7141dee5c8
2 changed files with 25 additions and 16 deletions

View file

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