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