fix tests

This commit is contained in:
Matias Alejo Garcia 2014-07-23 19:55:18 -03:00
parent cad0fcf993
commit 85e013c620
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ describe('SIN', function() {
describe('#SIN', function() {
it('should be able to create a new SIN with a version byte', function() {
var myhash = bitcore.util.sha256ripe160('test123123');
var myhash = bitcore.util.sha256ripe160('test');
var sin = new SIN(SIN.SIN_EPHEM, myhash);
should.exist(sin);
});