mirror of
https://github.com/actions/toolkit
synced 2025-05-10 00:53:10 +00:00
Test case fix for warning message changes
This commit is contained in:
parent
6f6f4e7588
commit
92b210aced
1 changed files with 1 additions and 1 deletions
2
packages/cache/__tests__/saveCache.test.ts
vendored
2
packages/cache/__tests__/saveCache.test.ts
vendored
|
@ -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.`
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue