1
0
Fork 0

Fix prune storage test

This commit is contained in:
Chocobozzz 2023-07-12 11:32:12 +02:00
parent c5ad375a2c
commit 5c34189aa9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ describe('Test prune storage scripts', function () {
await createFile(join(basePrivate, n1))
await createFile(join(basePrivate, n2))
badNames['videos'] = [ n1, n2 ]
badNames['web-videos'] = [ n1, n2 ]
}
{