Skip to content

Commit b5dc167

Browse files
rohit9625sonalyadav1
authored andcommitted
tests: move to androidTest source-set (commons-app#6302)
1 parent 1f0e873 commit b5dc167

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
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)