mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-21 23:19:09 +08:00
Test case fix for warning message changes
This commit is contained in:
parent
6f6f4e7588
commit
92b210aced
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…
x
Reference in New Issue
Block a user