Skip to content

Commit

Permalink
Update PasswordLockTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Apr 21, 2015
1 parent 63c8c4b commit 7813b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PasswordLockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class PasswordLockTest extends PHPUnit_Framework_TestCase
{
public function testHash()
{
$key = \hex2bin('000102030405060708090a0b0c0d0e');
$key = \hex2bin('0102030405060708090a0b0c0d0e0f10');
$password = PasswordLock::hashAndEncrypt('YELLOW SUBMARINE', $key);

$this->assertTrue(
Expand Down

0 comments on commit 7813b44

Please sign in to comment.