Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusmoore committed Sep 16, 2024
1 parent 7f40f55 commit b8b3f91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Feature/Users/Api/DeleteUserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

class DeleteUserTest extends TestCase
{


public function testErrorReturnedViaApiIfUserDoesNotExist()
{
$this->actingAsForApi(User::factory()->deleteUsers()->create())
Expand All @@ -33,7 +31,6 @@ public function testErrorReturnedViaApiIfUserIsAlreadyDeleted()
->json();
}


public function testDisallowUserDeletionViaApiIfStillManagingPeople()
{
$manager = User::factory()->create();
Expand Down Expand Up @@ -96,7 +93,6 @@ public function testSuccessPermissionsForDeletingUserViaApi()
->json();
}


public function testPermissionsForDeletingIfNotInSameCompanyAndNotSuperadmin()
{
$this->settings->enableMultipleFullCompanySupport();
Expand Down Expand Up @@ -150,6 +146,4 @@ public function testUsersCannotDeleteThemselves()
->json();

}


}

0 comments on commit b8b3f91

Please sign in to comment.