settings: fix test 3
This commit is contained in:
parent
6a9ad9c01e
commit
296ddf3625
2 changed files with 4 additions and 3 deletions
|
|
@ -441,9 +441,10 @@ describe('WalletFactory model', function() {
|
|||
should.exist(w.privateKey.toObj());
|
||||
});
|
||||
|
||||
it('should be able to import simple 1-of-1 encrypted legacy testnet wallet', function(done) {
|
||||
it.only('should be able to import simple 1-of-1 encrypted legacy testnet wallet', function(done) {
|
||||
var pp = new Passphrase(config.passphrase);
|
||||
var alternateConfig = JSON.parse(JSON.stringify(config));
|
||||
alternateConfig.Blockchain = FakeBlockchain;
|
||||
alternateConfig.Storage = LocalEncrypted;
|
||||
alternateConfig.storage = {
|
||||
localStorage: mockLocalStorage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue