Skip to content
Snippets Groups Projects
Commit bad8ab7e authored by Matthias Urhahn's avatar Matthias Urhahn
Browse files

Fix test regression.

parent 2b937819
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,6 @@ interface ENFVersion {
companion object {
const val V16 = 16000000L
const val V15 = 15000000L
}
}
......@@ -21,9 +21,6 @@ class DefaultDiagnosisKeyProviderTest : BaseTest() {
@MockK lateinit var enfVersion: ENFVersion
@MockK lateinit var submissionQuota: SubmissionQuota
@MockK
lateinit var submissionQuota: SubmissionQuota
private val exampleKeyFiles = listOf(File("file1"), File("file2"))
@BeforeEach
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment