fix tests
This commit is contained in:
parent
cad0fcf993
commit
85e013c620
@ -37,7 +37,7 @@ describe('SIN', function() {
|
|||||||
|
|
||||||
describe('#SIN', function() {
|
describe('#SIN', function() {
|
||||||
it('should be able to create a new SIN with a version byte', 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);
|
var sin = new SIN(SIN.SIN_EPHEM, myhash);
|
||||||
should.exist(sin);
|
should.exist(sin);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user