Add test for DeepLinkCreator

This commit is contained in:
Benoit Marty 2023-04-13 15:22:03 +02:00 committed by Benoit Marty
parent 0874c076d6
commit da6a391cc6
5 changed files with 61 additions and 3 deletions

View file

@ -37,4 +37,5 @@ dependencies {
testImplementation(libs.test.junit)
testImplementation(libs.test.truth)
testImplementation(projects.libraries.matrix.test)
}