mirror of https://github.com/actions/toolkit
Test case fix for warning message changes
parent
6f6f4e7588
commit
92b210aced
|
@ -298,6 +298,6 @@ test('save with non existing path should not save cache', async () => {
|
||||||
return []
|
return []
|
||||||
})
|
})
|
||||||
await expect(saveCache([path], primaryKey)).rejects.toThrowError(
|
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.`
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue