diff --git a/tests/Feature/AuthControllerTest.php b/tests/Feature/AuthControllerTest.php index 9332272b..60394e6c 100644 --- a/tests/Feature/AuthControllerTest.php +++ b/tests/Feature/AuthControllerTest.php @@ -44,6 +44,8 @@ public function test_login_with_valid_credentials(): void ]); $this->assertAuthenticatedAs($user); + + $user->delete(); } /**