mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-08 09:23:50 +00:00
small change in FullKeyValuesCacheRepoTests and FullKeyValueCacheRepoTests
This commit is contained in:
parent
e08b5e3317
commit
3db8d2291e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user