From 69b70d7d2b1ac3651a8e0dfebfd03c62a0a7e3f3 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Fri, 5 Sep 2014 14:28:54 -0300 Subject: [PATCH] settings: fix tests --- test/test.WalletFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;