Skip to content

Commit 150b272

Browse files
committed
Merge pull request #261 from jadjoubran/analysis-8ADNel
Applied fixes from StyleCI
2 parents 12d0f8d + 5235144 commit 150b272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PasswordResetTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testVerifyTokenUnsuccessfully()
4242

4343
public function testResetPasswordWithTokenSuccessfully()
4444
{
45-
$user = factory(App\User::class)->create();
45+
$user = factory(App\User::class)->create();
4646
$reset = factory(PasswordReset::class)->create([
4747
'email' => $user->email,
4848
]);
@@ -63,7 +63,7 @@ public function testResetPasswordWithTokenSuccessfully()
6363

6464
public function testResetPasswordWithTokenUnsuccessfully()
6565
{
66-
$user = factory(App\User::class)->create();
66+
$user = factory(App\User::class)->create();
6767
$reset = factory(PasswordReset::class)->create([
6868
'email' => $user->email,
6969
]);

0 commit comments

Comments
 (0)