mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-09 09:53:49 +00:00
small change in FullKeyValuesCacheRepoTests and FullKeyValueCacheRepoTests
This commit is contained in:
parent
9e70f73684
commit
dbff3d7cf1
@ -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