mirror of
https://github.com/actions/setup-java.git
synced 2025-04-22 10:56:45 +00:00
Fix typo
This commit is contained in:
parent
d854b6da19
commit
d0bb48b8b8
9 changed files with 8895 additions and 8895 deletions
|
@ -26,7 +26,7 @@ describe('cleanup', () => {
|
|||
resetState();
|
||||
});
|
||||
|
||||
it('does not fail nor warn even when the save provess throws a ReserveCacheError', async () => {
|
||||
it('does not fail nor warn even when the save process throws a ReserveCacheError', async () => {
|
||||
spyCacheSave.mockImplementation((paths: string[], key: string) =>
|
||||
Promise.reject(
|
||||
new cache.ReserveCacheError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue