1
0
Fork 0

Test case fix for warning message changes

pull/1097/head
Sankalp Kotewar 2022-05-23 12:05:31 +00:00 committed by GitHub
parent 6f6f4e7588
commit 92b210aced
1 changed files with 1 additions and 1 deletions

View File

@ -298,6 +298,6 @@ test('save with non existing path should not save cache', async () => {
return []
})
await expect(saveCache([path], primaryKey)).rejects.toThrowError(
`Path Validation Error: Path(s) specified in the action do not exist, hence no cache is being saved.`
`Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.`
)
})