small change in FullKeyValuesCacheRepoTests and FullKeyValueCacheRepoTests

This commit is contained in:
InsanusMokrassar 2024-08-06 22:11:31 +06:00
parent 9e70f73684
commit dbff3d7cf1
2 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,8 @@ class FullKeyValueCacheRepoTests {
val cacheRepo = FullKeyValueCacheRepo(
kvRepo,
kvCache
kvCache,
skipStartInvalidate = true
)
testData.forEach {

View File

@ -30,7 +30,8 @@ class FullKeyValuesCacheRepoTests {
val cacheRepo = FullKeyValuesCacheRepo(
kvRepo,
kvCache
kvCache,
skipStartInvalidate = true
)
testData.forEach {