Skip to content

Commit 9944a74

Browse files
Update HLSTest.php
1 parent 8036d71 commit 9944a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HLSTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testRandomEncryptedHLS()
127127
$get_path_info = $hls->getPathInfo();
128128

129129
$this->assertInstanceOf(Export::class, $export_obj);
130-
$this->assertFileExists($this->srcDir . '/enc_random__hls/test.m3u8');
130+
$this->assertFileExists($this->srcDir . '/enc_random_hls/test.m3u8');
131131
$this->assertIsArray($get_path_info);
132132
$this->assertArrayHasKey('dirname', $get_path_info);
133133
$this->assertArrayHasKey('filename', $get_path_info);

0 commit comments

Comments
 (0)