From 81602580972184a773eecc3432de849d3182b68f Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Wed, 14 Jan 2015 16:42:17 -0300 Subject: [PATCH] Test --- test/Wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Wallet.js b/test/Wallet.js index c29d2f44d..c81cfca10 100644 --- a/test/Wallet.js +++ b/test/Wallet.js @@ -773,7 +773,7 @@ describe('Wallet model', function() { }); - it('should exportEncrypted', function() { + it('should exportEncrypted ', function() { var w = createW2(); var enc = w.exportEncrypted('', {}); enc.length.should.equal(2405);