mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
Make tests green again
This commit is contained in:
parent
05888b0b62
commit
fe4a15d6a5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class SongTest extends TestCase
|
|||
/** @test */
|
||||
public function it_does_not_scrobble_if_the_user_is_not_connected_to_lastfm()
|
||||
{
|
||||
Lastfm::shouldNotReceive('scrobble');
|
||||
Lastfm::shouldReceive('scrobble')->times(0);
|
||||
|
||||
// Given there's a song
|
||||
/** @var Song $song */
|
||||
|
|
Loading…
Reference in a new issue