Skip to content

Commit 2e5d670

Browse files
authored
Merge pull request #634 from nasirkhan/analysis-Q3Ldlp
Apply fixes from StyleCI
2 parents bbb21d3 + 876156d commit 2e5d670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Auth/PasswordResetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function test_reset_password_screen_can_be_rendered(): void
4646
->call('sendPasswordResetLink');
4747

4848
Notification::assertSentTo($user, ResetPasswordNotification::class, function ($notification) {
49-
$response = $this->get('/reset-password/' . $notification->token);
49+
$response = $this->get('/reset-password/'.$notification->token);
5050

5151
$response->assertStatus(200);
5252

0 commit comments

Comments
 (0)