all tests BUT hardcoded imports working

This commit is contained in:
Matias Alejo Garcia 2014-07-29 13:10:36 -03:00
parent 578d05e638
commit cb8f719a99
1 changed files with 0 additions and 2 deletions

View File

@ -108,8 +108,6 @@ describe('WalletFactory model', function() {
should.exist(w.publicKeyRing.getCopayerId);
should.exist(w.txProposals.toObj);
should.exist(w.privateKey.toObj);
JSON.stringify(w.toObj()).should.equal(o2);
});
it('should create wallet from encrypted object', function() {