mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +01:00
Hash: one more fix to unit test
This commit is contained in:
parent
a906e83f2a
commit
a52315a0cb
@ -25,7 +25,7 @@ class Unit_Crypt_Hash_SHA256_96Test extends Unit_Crypt_Hash_SHA256Test
|
||||
{
|
||||
$tests = parent::hashData();
|
||||
foreach ($tests as &$test) {
|
||||
$test[3] = substr($test[2], 0, 24);
|
||||
$test[2] = substr($test[2], 0, 24);
|
||||
}
|
||||
return $tests;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user