Pin create: add test for presenter

This commit is contained in:
ganfra 2023-10-19 15:45:11 +02:00
parent 537fc68778
commit bde2705654
9 changed files with 142 additions and 15 deletions

View file

@ -47,6 +47,7 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.libraries.cryptography.test)
testImplementation(projects.libraries.cryptography.impl)