mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Simplify Scrobble test
This commit is contained in:
parent
0605e20735
commit
aff2c9f9d2
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
<?php
|
||||
|
||||
use App\Models\Song;
|
||||
use App\Models\User;
|
||||
use App\Services\Lastfm;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Illuminate\Foundation\Testing\WithoutMiddleware;
|
||||
|
@ -16,7 +15,6 @@ class ScrobbleTest extends TestCase
|
|||
$this->withoutEvents();
|
||||
$this->createSampleMediaSet();
|
||||
|
||||
$user = factory(User::class)->create(['preferences' => ['lastfm_session_key' => 'bar']]);
|
||||
$song = Song::first();
|
||||
|
||||
$ts = time();
|
||||
|
|
Loading…
Reference in a new issue