diff --git a/tests/Feature/Api/Assets/AssetUpdateTest.php b/tests/Feature/Api/Assets/AssetUpdateTest.php index d0f1cb0f9..593bd9b02 100644 --- a/tests/Feature/Api/Assets/AssetUpdateTest.php +++ b/tests/Feature/Api/Assets/AssetUpdateTest.php @@ -3,15 +3,8 @@ namespace Tests\Feature\Api\Assets; use App\Models\Asset; -use App\Models\AssetModel; -use App\Models\Company; use App\Models\CustomField; -use App\Models\CustomFieldset; -use App\Models\Location; -use App\Models\Statuslabel; -use App\Models\Supplier; use App\Models\User; -use Illuminate\Testing\Fluent\AssertableJson; use Tests\TestCase; class AssetUpdateTest extends TestCase