File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ describe('cubehash', function () {
67
67
cubehash = new Cubehash ( ) ;
68
68
assert . equal (
69
69
cubehash . hash ( '' ) ,
70
- '38d1e8a22d7baac6fd5262d83de89cacf784a02caa866335299987722aeabc59 '
70
+ 'a2e8d138c6aa7b2dd86252fdac9ce83d2ca084f7356386aa7287992959bcea2a '
71
71
) ;
72
72
assert . equal (
73
73
cubehash . hash ( 'Hello' ) ,
74
- '011f92d0c9418d9cbf59cb1c709b8fb40efcf7c48e735a1436c0a6e72d337e6c '
74
+ 'd0921f019c8d41c91ccb59bfb48f9b70c4f7fc0e145a738ee7a6c0366c7e332d '
75
75
) ;
76
76
assert . equal (
77
77
cubehash . hash ( 'The quick brown fox jumps over the lazy dog' ) ,
78
- '9096bfd8082d5a31facac9b4de6615bdd5596389832ca3058abc97377b58aa94 '
78
+ 'd8bf9690315a2d08b4c9cafabd1566de896359d505a32c833797bc8a94aa587b '
79
79
) ;
80
80
done ( ) ;
81
81
} ) ;
You can’t perform that action at this time.
0 commit comments