Review comments

This commit is contained in:
Shubham Tiwari
2022-06-20 08:48:14 +00:00
committed by GitHub
parent babb9fb0bc
commit 7b1bc1f56a
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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'
)
})