fix test
This commit is contained in:
parent
ab0aee7e89
commit
08c2579272
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue