no need to resolve

This commit is contained in:
Ryan Ghadimi
2025-08-13 13:38:51 +00:00
parent 8da1e670b6
commit 091616a0b8
+1 -1
View File
@@ -458,7 +458,7 @@ test('save with finalize cache entry failure and specific error message', async
const createTarMock = jest.spyOn(tar, 'createTar')
const saveCacheMock = jest
.spyOn(cacheHttpClient, 'saveCache')
.mockResolvedValue(Promise.resolve())
.mockResolvedValue()
const compression = CompressionMethod.Zstd
const getCompressionMock = jest