mirror of
				https://gitea.com/actions/cache.git
				synced 2025-10-31 09:08:10 +07:00 
			
		
		
		
	Fixed breaking test case
This commit is contained in:
		
							parent
							
								
									4f42dc56c1
								
							
						
					
					
						commit
						ccf90c02ed
					
				| @ -61,8 +61,8 @@ test("NullStateProvider saves outputs", async () => { | ||||
|         }); | ||||
|     const cacheMatchedKey = "node-cache"; | ||||
|     const nullStateProvider: IStateProvider = new NullStateProvider(); | ||||
|     nullStateProvider.setState("outputKey", "outputValue"); | ||||
|     nullStateProvider.setState(State.CacheMatchedKey, cacheMatchedKey); | ||||
|     nullStateProvider.setState(State.CacheMatchedKey, "outputValue"); | ||||
|     nullStateProvider.setState(State.CachePrimaryKey, cacheMatchedKey); | ||||
|     nullStateProvider.getState("outputKey"); | ||||
|     nullStateProvider.getCacheState(); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user