diff --git a/tests/ArtistTest.php b/tests/ArtistTest.php index 1f718773..3be7cea7 100644 --- a/tests/ArtistTest.php +++ b/tests/ArtistTest.php @@ -4,7 +4,7 @@ use App\Models\Artist; use App\Models\User; use Illuminate\Foundation\Testing\DatabaseTransactions; -class InteractionTest extends TestCase +class ArtistTest extends TestCase { use DatabaseTransactions;