Skip to content

Commit 7813b44

Browse files
Update PasswordLockTest.php
1 parent 63c8c4b commit 7813b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PasswordLockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class PasswordLockTest extends PHPUnit_Framework_TestCase
88
{
99
public function testHash()
1010
{
11-
$key = \hex2bin('000102030405060708090a0b0c0d0e');
11+
$key = \hex2bin('0102030405060708090a0b0c0d0e0f10');
1212
$password = PasswordLock::hashAndEncrypt('YELLOW SUBMARINE', $key);
1313

1414
$this->assertTrue(

0 commit comments

Comments
 (0)