diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index bcdd92b..2003395 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -241,7 +241,7 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase */ public function testGetJSONError($url) { - $videoURL = $this->download->getJSON($url); + $this->download->getJSON($url); } /**