Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Adjust test to not expect call to clear cache files
Browse files Browse the repository at this point in the history
Signed-off-by: d067928 <jakob.moeller@sap.com>
  • Loading branch information
jakobmoellerdev committed Sep 9, 2020
1 parent 6bf314f commit 46eba10
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class CachedKeyFileHolderTest {
every { KeyCacheRepository.getDateRepository(any()) } returns keyCacheRepository
mockkObject(CachedKeyFileHolder)
coEvery { keyCacheRepository.deleteOutdatedEntries(any()) } just Runs
coEvery { keyCacheRepository.clear(any()) } just Runs
}

/**
Expand All @@ -65,7 +64,6 @@ class CachedKeyFileHolderTest {
keyCacheRepository.deleteOutdatedEntries(any())
CachedKeyFileHolder["getMissingDaysFromDiff"](arrayListOf<String>())
keyCacheRepository.getDates()
keyCacheRepository.clear(emptyList())
keyCacheRepository.getFilesFromEntries()
}
}
Expand Down

0 comments on commit 46eba10

Please sign in to comment.