1
0
Fork 0

Fix prune storage tests

This commit is contained in:
Chocobozzz 2023-06-19 16:21:03 +02:00
parent 180d8f297e
commit d961735d5d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ async function assertCountAreOkay (servers: PeerTubeServer[]) {
expect(previewsCount).to.equal(3)
const thumbnailsCount = await countFiles(server, 'thumbnails')
expect(thumbnailsCount).to.equal(7) // 3 local videos, 1 local playlist, 2 remotes videos and 1 remote playlist
expect(thumbnailsCount).to.equal(5) // 3 local videos, 1 local playlist, 2 remotes videos (lazy downloaded) and 1 remote playlist
const avatarsCount = await countFiles(server, 'avatars')
expect(avatarsCount).to.equal(4)