style: Lint
This commit is contained in:
parent
a9ed417733
commit
86523fd44b
1 changed files with 4 additions and 1 deletions
|
@ -425,7 +425,10 @@ class VideoDownloadTest extends TestCase
|
|||
*/
|
||||
public function testGetAudioStreamPlaylistError()
|
||||
{
|
||||
$this->download->getAudioStream('https://www.youtube.com/playlist?list=PLgdySZU6KUXL_8Jq5aUkyNV7wCa-4wZsC', 'best');
|
||||
$this->download->getAudioStream(
|
||||
'https://www.youtube.com/playlist?list=PLgdySZU6KUXL_8Jq5aUkyNV7wCa-4wZsC',
|
||||
'best'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue