no need to resolve
This commit is contained in:
+1
-1
@@ -458,7 +458,7 @@ test('save with finalize cache entry failure and specific error message', async
|
|||||||
const createTarMock = jest.spyOn(tar, 'createTar')
|
const createTarMock = jest.spyOn(tar, 'createTar')
|
||||||
const saveCacheMock = jest
|
const saveCacheMock = jest
|
||||||
.spyOn(cacheHttpClient, 'saveCache')
|
.spyOn(cacheHttpClient, 'saveCache')
|
||||||
.mockResolvedValue(Promise.resolve())
|
.mockResolvedValue()
|
||||||
|
|
||||||
const compression = CompressionMethod.Zstd
|
const compression = CompressionMethod.Zstd
|
||||||
const getCompressionMock = jest
|
const getCompressionMock = jest
|
||||||
|
|||||||
Reference in New Issue
Block a user