settings: fix tests
This commit is contained in:
parent
296ddf3625
commit
69b70d7d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ describe('WalletFactory model', function() {
|
|||
should.exist(w.privateKey.toObj());
|
||||
});
|
||||
|
||||
it.only('should be able to import simple 1-of-1 encrypted legacy testnet wallet', function(done) {
|
||||
it('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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue