Skip to content

Commit 25ea356

Browse files
Joshua Selbofacebook-github-bot
authored andcommitted
Migrate usages of 3.1.0 espresso libs to androidx:test-espresso 3.2.0 libs
Differential Revision: D19943694 fbshipit-source-id: bfbcf5148afa9639848c6b1c9b7398f75f5157d3
1 parent 13afc45 commit 25ea356

File tree

2 files changed

+2
-2
lines changed
  • ReactAndroid/src/androidTest/java/com/facebook/react

2 files changed

+2
-2
lines changed

ReactAndroid/src/androidTest/java/com/facebook/react/testing/rule/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rn_android_library(
1616
"PUBLIC",
1717
],
1818
deps = ([
19-
react_native_dep("third-party/java/espresso:espresso"),
19+
react_native_dep("third-party/android/androidx:test-espresso-core"),
2020
react_native_dep("third-party/java/jsr-305:jsr-305"),
2121
react_native_dep("third-party/java/junit:junit"),
2222
react_native_dep("third-party/java/testing-support-lib:testing-support-lib"),

ReactAndroid/src/androidTest/java/com/facebook/react/tests/core/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rn_android_library(
1313
srcs = glob(["*.java"]),
1414
is_androidx = True,
1515
deps = ([
16-
react_native_dep("third-party/java/espresso:espresso"),
16+
react_native_dep("third-party/android/androidx:test-espresso-core"),
1717
react_native_dep("third-party/java/fest:fest"),
1818
react_native_dep("third-party/java/junit:junit"),
1919
react_native_dep("third-party/java/testing-support-lib:testing-support-lib"),

0 commit comments

Comments
 (0)