remove interactswithsettings

This commit is contained in:
spencerrlongg 2024-03-21 12:04:53 -05:00
parent be282dd038
commit 60ca634eff

View file

@ -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()
{