From 85e013c620fab3b21258624f9bd39b8ccf0ceb75 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 23 Jul 2014 19:55:18 -0300 Subject: [PATCH] fix tests --- test/test.SIN.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.SIN.js b/test/test.SIN.js index 6f3ffdb..a1c00be 100644 --- a/test/test.SIN.js +++ b/test/test.SIN.js @@ -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); });