From 60ca634eff04967bfbebd13fa812003b4ddf2987 Mon Sep 17 00:00:00 2001 From: spencerrlongg Date: Thu, 21 Mar 2024 12:04:53 -0500 Subject: [PATCH] remove interactswithsettings --- tests/Feature/Api/Assets/AssetUpdateTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Feature/Api/Assets/AssetUpdateTest.php b/tests/Feature/Api/Assets/AssetUpdateTest.php index c130efc776..3805f4b3db 100644 --- a/tests/Feature/Api/Assets/AssetUpdateTest.php +++ b/tests/Feature/Api/Assets/AssetUpdateTest.php @@ -9,12 +9,10 @@ use App\Models\Location; use App\Models\Statuslabel; use App\Models\Supplier; use App\Models\User; -use Tests\Support\InteractsWithSettings; use Tests\TestCase; class AssetUpdateTest extends TestCase { - use InteractsWithSettings; public function testThatANonExistentAssetIdReturnsError() {