mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 07:16:24 +07:00 
			
		
		
		
	typo
This commit is contained in:
		| @ -104,7 +104,7 @@ test("save with no primary key in state outputs warning", async () => { | |||||||
|     expect(failedMock).toHaveBeenCalledTimes(0); |     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( |     jest.spyOn(actionUtils, "isCacheFeatureAvailable").mockImplementation( | ||||||
|         () => false |         () => false | ||||||
|     ); |     ); | ||||||
| @ -116,7 +116,7 @@ test("save without AC available should no=op", async () => { | |||||||
|     expect(saveCacheMock).toHaveBeenCalledTimes(0); |     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, "isGhes").mockImplementation(() => true); | ||||||
|     jest.spyOn(actionUtils, "isCacheFeatureAvailable").mockImplementation( |     jest.spyOn(actionUtils, "isCacheFeatureAvailable").mockImplementation( | ||||||
|         () => false |         () => false | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Shubham Tiwari
					Shubham Tiwari