From 08c2579272ecade9f0368e66ad55233f26fad5fe Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Fri, 25 Jul 2014 10:54:46 -0300 Subject: [PATCH] fix test --- test/test.WalletFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.WalletFactory.js b/test/test.WalletFactory.js index 33828a56e..c3d9d78f5 100644 --- a/test/test.WalletFactory.js +++ b/test/test.WalletFactory.js @@ -302,7 +302,7 @@ describe('WalletFactory model', function() { should.exist(w.txProposals.toObj()); should.exist(w.privateKey.toObj()); - JSON.stringify(w.toObj()).should.equal(o); + JSON.stringify(w.toObj()).should.equal(legacyO); }); it.skip('should be able to import encrypted legacy wallet', function(done) { var pp = new Passphrase(config.passphrase);