Skip to content

Commit 3f2077a

Browse files
authored
tests: move to androidTest source-set (commons-app#6302)
1 parent f06ae4e commit 3f2077a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ dependencies {
119119
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
120120
testImplementation 'com.facebook.soloader:soloader:0.10.5'
121121
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3"
122-
debugImplementation("androidx.fragment:fragment-testing:1.6.2")
122+
debugImplementation("androidx.fragment:fragment-testing-manifest:1.6.2")
123+
androidTestImplementation("androidx.fragment:fragment-testing:1.6.2")
123124
testImplementation "commons-io:commons-io:2.6"
124125

125126
// Android testing

0 commit comments

Comments
 (0)