Skip to content

Commit

Permalink
test_espresso
Browse files Browse the repository at this point in the history
  • Loading branch information
RocqJones committed Mar 5, 2024
1 parent 715d362 commit 103d8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {

testImplementation "junit:junit:$junit_version"
androidTestImplementation "androidx.test.ext:junit:$test_junit"
androidTestImplementation "androidx.test.espresso:espresso-core:$junit_version"
androidTestImplementation "androidx.test.espresso:espresso-core:$test_espresso"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
debugImplementation "androidx.compose.ui:ui-test-manifest:$test_manifest"
Expand Down
2 changes: 1 addition & 1 deletion me-design/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {

testImplementation "junit:junit:$junit_version"
androidTestImplementation "androidx.test.ext:junit:$test_junit"
androidTestImplementation "androidx.test.espresso:espresso-core:$junit_version"
androidTestImplementation "androidx.test.espresso:espresso-core:$test_espresso"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
debugImplementation "androidx.compose.ui:ui-test-manifest:$test_manifest"
Expand Down

0 comments on commit 103d8b9

Please sign in to comment.