mirror of
				https://github.com/InsanusMokrassar/MicroUtils.git
				synced 2025-10-30 19:50:31 +00:00 
			
		
		
		
	small change in FullKeyValuesCacheRepoTests and FullKeyValueCacheRepoTests
This commit is contained in:
		| @@ -23,7 +23,8 @@ class FullKeyValueCacheRepoTests { | ||||
|  | ||||
|         val cacheRepo = FullKeyValueCacheRepo( | ||||
|             kvRepo, | ||||
|             kvCache | ||||
|             kvCache, | ||||
|             skipStartInvalidate = true | ||||
|         ) | ||||
|  | ||||
|         testData.forEach { | ||||
|   | ||||
| @@ -30,7 +30,8 @@ class FullKeyValuesCacheRepoTests { | ||||
|  | ||||
|         val cacheRepo = FullKeyValuesCacheRepo( | ||||
|             kvRepo, | ||||
|             kvCache | ||||
|             kvCache, | ||||
|             skipStartInvalidate = true | ||||
|         ) | ||||
|  | ||||
|         testData.forEach { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user