From fe4a15d6a55338cc424e20a540271f897fdad32d Mon Sep 17 00:00:00 2001 From: Phan An Date: Mon, 28 Aug 2017 12:29:39 +0100 Subject: [PATCH] Make tests green again --- tests/Integration/SongTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/SongTest.php b/tests/Integration/SongTest.php index c7fa7e82..ef0422e1 100644 --- a/tests/Integration/SongTest.php +++ b/tests/Integration/SongTest.php @@ -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 */