Skip to content

Commit 9c7b36a

Browse files
committed
refactor: run rector
1 parent ec5fe81 commit 9c7b36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Authentication/Authenticators/SessionAuthenticatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public function testAttemptUserHavingSessionDataAttemptsAgain(): void
355355
'password' => 'secret123',
356356
]);
357357

358-
$result = $this->auth->attempt([
358+
$this->auth->attempt([
359359
'email' => $this->user->email,
360360
'password' => 'secret123',
361361
]);

0 commit comments

Comments
 (0)