Skip to content

Commit

Permalink
fix false positive test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Oct 1, 2021
1 parent 2bb4926 commit 00cd5f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class GetAllUsersTest extends ApiTestCase
public function testGetAllUsersByAdmin(): void
{
User::factory()->count(2)->create();
$this->getTestingUserWithoutAccess(createUserAsAdmin: true);

$response = $this->makeCall();

Expand Down

0 comments on commit 00cd5f8

Please sign in to comment.