mirror of
https://github.com/actions/toolkit.git
synced 2026-08-23 00:00:19 +02:00
actually use md5 not sha256
This commit is contained in:
@@ -234,6 +234,6 @@ describe('Utils', () => {
|
||||
const digest = await utils.digestForStream(stream)
|
||||
|
||||
expect(digest.crc64).toBe('bSzITYnW/P8=')
|
||||
expect(digest.md5).toBe('Xiv1fT9AxLbfadrxk2y3ZvgyN0tPwCWafL/wbi9w8mk=')
|
||||
expect(digest.md5).toBe('gKdR/eV3AoZAxBkADjPrpg==')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user