mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
Fix test class name
This commit is contained in:
parent
f19afff184
commit
79e441646e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue