Fix test in release.

This commit is contained in:
Benoit Marty 2024-01-05 18:20:26 +01:00
parent 44ad93f625
commit 7944804cd9

View file

@ -57,6 +57,7 @@ dependencies {
testImplementation(libs.test.robolectric)
testImplementation(libs.test.junitext)
testImplementation(libs.androidx.compose.ui.test.junit)
testReleaseImplementation(libs.androidx.compose.ui.test.manifest)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.tests.testutils)