Make tests green again

This commit is contained in:
Phan An 2017-08-28 12:29:39 +01:00
parent 05888b0b62
commit fe4a15d6a5

View file

@ -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 */