This commit is contained in:
Matias Pando 2015-01-14 16:42:17 -03:00
commit 8160258097

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