This commit is contained in:
mertalev
2025-10-12 19:21:41 -04:00
parent 818bd51036
commit c88bde3cab
+1 -1
View File
@@ -175,7 +175,7 @@ describe('/upload', () => {
}); });
it('overwrite partial duplicate if conventional upload', { timeout: 1000 }, async () => { it('overwrite partial duplicate if conventional upload', { timeout: 1000 }, async () => {
const content = randomBytes(10240); const content = randomBytes(10_240);
const checksum = createHash('sha1').update(content).digest('base64'); const checksum = createHash('sha1').update(content).digest('base64');