Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Oct 1, 2021
1 parent effc541 commit c7d8b31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public function testDeleteNonExistingUser(): void

$response->assertStatus(404);
}
public function testDeleteAnotherExistingUser(): void

public function testGivenHaveNoAccess_CannotDeleteAnotherUser(): void
{
$this->getTestingUserWithoutAccess();
$anotherUser = User::factory()->create();
Expand Down

0 comments on commit c7d8b31

Please sign in to comment.