From d06e5f25b00b119d583bcc31efe7f57c090015b4 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 23 May 2024 11:51:08 -0700 Subject: [PATCH] Remove old trait from test --- tests/Feature/Settings/BrandingSettingsTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Feature/Settings/BrandingSettingsTest.php b/tests/Feature/Settings/BrandingSettingsTest.php index ef98d8559..a27a5d1ef 100644 --- a/tests/Feature/Settings/BrandingSettingsTest.php +++ b/tests/Feature/Settings/BrandingSettingsTest.php @@ -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())