diff --git a/test/test.WalletFactory.js b/test/test.WalletFactory.js index ac473bb89..f683093e2 100644 --- a/test/test.WalletFactory.js +++ b/test/test.WalletFactory.js @@ -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;