This commit is contained in:
Matias Pando 2015-01-14 16:42:17 -03:00
parent cdd26bfbe2
commit 8160258097
1 changed files with 1 additions and 1 deletions

View File

@ -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);