mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
Review comments
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ test('restore with server error should fail', async () => {
|
||||
expect(cacheKey).toBe(undefined)
|
||||
expect(logWarningMock).toHaveBeenCalledTimes(1)
|
||||
expect(logWarningMock).toHaveBeenCalledWith(
|
||||
'Fail to restore: HTTP Error Occurred'
|
||||
'Failed to restore: HTTP Error Occurred'
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user