Fix linting issues

This commit is contained in:
Bassem Dghaidi
2025-07-14 03:49:28 -07:00
committed by GitHub
parent 0c5da92b52
commit cf4886cccb
2 changed files with 23 additions and 21 deletions
+3 -1
View File
@@ -343,7 +343,9 @@ test('restore with cache found for restore key', async () => {
const cacheKey = await restoreCache(paths, key, restoreKeys, options) const cacheKey = await restoreCache(paths, key, restoreKeys, options)
expect(cacheKey).toBe(restoreKeys[0]) expect(cacheKey).toBe(restoreKeys[0])
expect(logInfoMock).toHaveBeenCalledWith(`Cache hit for restore-key: ${restoreKeys[0]}`) expect(logInfoMock).toHaveBeenCalledWith(
`Cache hit for restore-key: ${restoreKeys[0]}`
)
expect(getCacheVersionMock).toHaveBeenCalledWith( expect(getCacheVersionMock).toHaveBeenCalledWith(
paths, paths,
compressionMethod, compressionMethod,