Skip to content

Commit

Permalink
Remove unused user
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 8, 2024
1 parent 4dd9210 commit 8d15d6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/AuthenticatedSessionControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@ public function test_users_can_logout(): void

public function test_must_be_authenticated_to_logout(): void
{
$user = TestAuthenticationSessionUser::forceCreate([
'name' => 'Taylor Otwell',
'email' => '[email protected]',
'password' => bcrypt('secret'),
]);
Event::fake([Logout::class]);

$response = $this->post('/logout');
Expand Down

0 comments on commit 8d15d6e

Please sign in to comment.