1
0
Fork 0

Fix tests

pull/1291/head
Sampark Sharma 2023-01-03 09:29:24 +00:00 committed by GitHub
parent 2f897206d3
commit 6b01e7a980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ test('getCacheVersion with one path returns version', async () => {
const paths = ['node_modules']
const result = getCacheVersion(paths, undefined, true)
expect(result).toEqual(
'470e252814dbffc9524891b17cf4e5749b26c1b5026e63dd3f00972db2393117'
'af166d7350340bdcd221c5040540ce3b06fb9569f007efe5271845113780e411'
)
})
@ -30,7 +30,7 @@ test('getCacheVersion with zstd compression returns version', async () => {
)
})
test('getCacheVersion with gzip compression does not change vesion', async () => {
test('getCacheVersion with gzip compression returns version', async () => {
const paths = ['node_modules']
const result = getCacheVersion(paths, CompressionMethod.Gzip, true)