Fix test build

This commit is contained in:
Florian Renaud 2023-05-11 17:34:40 +02:00
parent 14fba4c559
commit 5e38049e75
2 changed files with 3 additions and 0 deletions

View file

@ -61,6 +61,7 @@ dependencies {
testImplementation(projects.features.userlist.impl)
testImplementation(projects.features.userlist.test)
testImplementation(projects.libraries.mediapickers.test)
testImplementation(projects.libraries.mediaupload.test)
androidTestImplementation(libs.test.junitext)