Remove old trait from test

This commit is contained in:
Marcus Moore 2024-05-23 11:51:08 -07:00
parent 4adbd7af4c
commit d06e5f25b0
No known key found for this signature in database

View file

@ -3,13 +3,10 @@
namespace Tests\Feature\Settings;
use App\Models\User;
use Tests\Support\InteractsWithSettings;
use Tests\TestCase;
class BrandingSettingsTest extends TestCase
{
use InteractsWithSettings;
public function testSiteNameIsRequired()
{
$this->actingAs(User::factory()->superuser()->create())