Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Oct 1, 2021
1 parent c7d8b31 commit 2bb4926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
use Illuminate\Testing\Fluent\AssertableJson;

/**
* Class FindUsersTest.
* Class FindUserByIdTest.
*
* @group user
* @group api
*/
class FindUserTest extends ApiTestCase
class FindUserByIdTest extends ApiTestCase
{
protected string $endpoint = 'get@v1/users/{id}';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use App\Containers\AppSection\User\UI\API\Tests\ApiTestCase;

/**
* Class FindUsersTest.
* Class GetAuthenticatedUserTest.
*
* @group user
* @group api
Expand Down

0 comments on commit 2bb4926

Please sign in to comment.