Remove API from test class name

This commit is contained in:
Marcus Moore
2024-06-03 16:50:56 -07:00
parent 86bd9a2674
commit b07e3b4a91
@@ -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()
{