mirror of
				https://github.com/actions/setup-java.git
				synced 2025-11-04 08:20:54 +00: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…
	
	Add table
		Add a link
		
	
		Reference in a new issue