mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
remove interactswithsettings
This commit is contained in:
parent
be282dd038
commit
60ca634eff
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue