Remove API from test class name
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ use App\Models\User;
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
use Tests\TestCase;
|
||||
|
||||
class UpdateUserApiTest extends TestCase
|
||||
class UpdateUserTest extends TestCase
|
||||
{
|
||||
public function testCanUpdateUserViaPatch()
|
||||
{
|
||||
Reference in New Issue
Block a user