mirror of
https://github.com/actions/setup-java.git
synced 2024-12-25 16:32:17 -05:00
spelling: warn/fail
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
af8eb9ec81
commit
b2eb50785e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ describe('cleanup', () => {
|
|||
resetState();
|
||||
});
|
||||
|
||||
it('does not fail nor warn even when the save process throws a ReserveCacheError', async () => {
|
||||
it('does not warn/fail even when the save process throws a ReserveCacheError', async () => {
|
||||
spyCacheSave.mockImplementation((paths: string[], key: string) =>
|
||||
Promise.reject(
|
||||
new cache.ReserveCacheError(
|
||||
|
|
Loading…
Reference in a new issue