This commit is contained in:
mertalev 2025-10-12 19:21:41 -04:00
parent 63ff2e22d0
commit 3e6a4f2417
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95

View file

@ -175,7 +175,7 @@ describe('/upload', () => {
});
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');