mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix redundancy with HLS only files
This commit is contained in:
@@ -338,7 +338,7 @@ async function checkVideoFilesWereRemoved (
|
||||
|
||||
const files = await readdir(directoryPath)
|
||||
for (const file of files) {
|
||||
expect(file).to.not.contain(videoUUID)
|
||||
expect(file, `File ${file} should not exist in ${directoryPath}`).to.not.contain(videoUUID)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user