Skip to content

Commit

Permalink
delete user after test
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor committed Dec 4, 2023
1 parent 9a2a663 commit 76410d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/AuthControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public function test_login_with_valid_credentials(): void
]);

$this->assertAuthenticatedAs($user);

$user->delete();
}

/**
Expand Down

0 comments on commit 76410d9

Please sign in to comment.