mirror of
https://github.com/actions/setup-java.git
synced 2024-12-26 08:52:11 -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();
|
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) =>
|
spyCacheSave.mockImplementation((paths: string[], key: string) =>
|
||||||
Promise.reject(
|
Promise.reject(
|
||||||
new cache.ReserveCacheError(
|
new cache.ReserveCacheError(
|
||||||
|
|
Loading…
Reference in a new issue