PIN : add test for SetupPinPresenter

This commit is contained in:
ganfra 2023-10-23 11:41:08 +02:00
parent f6b9a8be9a
commit f283594fbd
7 changed files with 123 additions and 13 deletions

View file

@ -51,6 +51,8 @@ dependencies {
testImplementation(projects.tests.testutils)
testImplementation(projects.libraries.cryptography.test)
testImplementation(projects.libraries.cryptography.impl)
testImplementation(projects.libraries.featureflag.test)
ksp(libs.showkase.processor)
}