Skip to content

Commit 05826bc

Browse files
committed
tests: set hashCost=13 for fix test
1 parent cc07d8e commit 05826bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/PasswordsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testHash(): string
5252
public function testNeedsRehashTakesCareOptions(string $hashedPassword): void
5353
{
5454
$config = new AuthConfig();
55-
$config->hashCost = 12;
55+
$config->hashCost = 13;
5656
$passwords = new Passwords($config);
5757

5858
$result = $passwords->needsRehash($hashedPassword);

0 commit comments

Comments
 (0)