mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-10-31 20:52:29 +00:00 
			
		
		
		
	typo
This commit is contained in:
		
							parent
							
								
									0137340fba
								
							
						
					
					
						commit
						c31528629d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -104,7 +104,7 @@ test("save with no primary key in state outputs warning", async () => { | |||
|     expect(failedMock).toHaveBeenCalledTimes(0); | ||||
| }); | ||||
| 
 | ||||
| test("save without AC available should no=op", async () => { | ||||
| test("save without AC available should no-op", async () => { | ||||
|     jest.spyOn(actionUtils, "isCacheFeatureAvailable").mockImplementation( | ||||
|         () => false | ||||
|     ); | ||||
|  | @ -116,7 +116,7 @@ test("save without AC available should no=op", async () => { | |||
|     expect(saveCacheMock).toHaveBeenCalledTimes(0); | ||||
| }); | ||||
| 
 | ||||
| test("save on ghes without AC available should no=op", async () => { | ||||
| test("save on ghes without AC available should no-op", async () => { | ||||
|     jest.spyOn(actionUtils, "isGhes").mockImplementation(() => true); | ||||
|     jest.spyOn(actionUtils, "isCacheFeatureAvailable").mockImplementation( | ||||
|         () => false | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue