adding message field

This commit is contained in:
Shubham Tiwari
2022-06-20 08:00:59 +00:00
committed by GitHub
parent 5008429d2a
commit 0bde6ed088
2 changed files with 3 additions and 2 deletions

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: Error: HTTP Error Occurred'
'Fail to restore: HTTP Error Occurred'
)
})