mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-04-06 01:40:22 +00:00
small change in FullKeyValuesCacheRepoTests and FullKeyValueCacheRepoTests
This commit is contained in:
parent
9e70f73684
commit
dbff3d7cf1
repos/cache/src/commonTest/kotlin/full
@ -23,7 +23,8 @@ class FullKeyValueCacheRepoTests {
|
|||||||
|
|
||||||
val cacheRepo = FullKeyValueCacheRepo(
|
val cacheRepo = FullKeyValueCacheRepo(
|
||||||
kvRepo,
|
kvRepo,
|
||||||
kvCache
|
kvCache,
|
||||||
|
skipStartInvalidate = true
|
||||||
)
|
)
|
||||||
|
|
||||||
testData.forEach {
|
testData.forEach {
|
||||||
|
@ -30,7 +30,8 @@ class FullKeyValuesCacheRepoTests {
|
|||||||
|
|
||||||
val cacheRepo = FullKeyValuesCacheRepo(
|
val cacheRepo = FullKeyValuesCacheRepo(
|
||||||
kvRepo,
|
kvRepo,
|
||||||
kvCache
|
kvCache,
|
||||||
|
skipStartInvalidate = true
|
||||||
)
|
)
|
||||||
|
|
||||||
testData.forEach {
|
testData.forEach {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user