Remove unneeded imports

This commit is contained in:
Marcus Moore 2024-04-16 15:09:49 -07:00
parent e47f64f62d
commit ad99aa460b
No known key found for this signature in database

View file

@ -3,15 +3,8 @@
namespace Tests\Feature\Api\Assets; namespace Tests\Feature\Api\Assets;
use App\Models\Asset; use App\Models\Asset;
use App\Models\AssetModel;
use App\Models\Company;
use App\Models\CustomField; 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 App\Models\User;
use Illuminate\Testing\Fluent\AssertableJson;
use Tests\TestCase; use Tests\TestCase;
class AssetUpdateTest extends TestCase class AssetUpdateTest extends TestCase