Skip to content

Commit 5dbe8d2

Browse files
committed
test: fix hash test
6823bb2 initially introduced an invalid value copied from sha256ripemd160
1 parent 51f3abb commit 5dbe8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.broken/crypto/hash.js renamed to test/crypto/hash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('Hash', function() {
9494

9595
it('calculates the hash of this buffer correctly', function() {
9696
var hash = Hash.blake256ripemd160(buf);
97-
hash.toString('hex').should.equal('7322e2bd8535e476c092934e16a6169ca9b707ec');
97+
hash.toString('hex').should.equal('468394f9ea4c98edbe393e8fdf35f8340cf19f58');
9898
});
9999

100100
it('fails when the input is not a buffer', function() {

0 commit comments

Comments
 (0)