We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8036d71 commit 9944a74Copy full SHA for 9944a74
tests/HLSTest.php
@@ -127,7 +127,7 @@ public function testRandomEncryptedHLS()
127
$get_path_info = $hls->getPathInfo();
128
129
$this->assertInstanceOf(Export::class, $export_obj);
130
- $this->assertFileExists($this->srcDir . '/enc_random__hls/test.m3u8');
+ $this->assertFileExists($this->srcDir . '/enc_random_hls/test.m3u8');
131
$this->assertIsArray($get_path_info);
132
$this->assertArrayHasKey('dirname', $get_path_info);
133
$this->assertArrayHasKey('filename', $get_path_info);
0 commit comments