From cb8f719a99ee09ddb40ef28c37a4f6a47f3d3555 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 29 Jul 2014 13:10:36 -0300 Subject: [PATCH] all tests BUT hardcoded imports working --- test/test.WalletFactory.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test.WalletFactory.js b/test/test.WalletFactory.js index 3bf8bde52..9dc19f16b 100644 --- a/test/test.WalletFactory.js +++ b/test/test.WalletFactory.js @@ -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() {