Skip to content

Commit 7c7f09e

Browse files
Joshua Selbofacebook-github-bot
authored andcommitted
Upgrade instrumentation tests to Mockito2
Summary: Changelog: [Internal] Reviewed By: strulovich Differential Revision: D22673812 fbshipit-source-id: 31cb5a71da58e778e503a47fc92538127e76ce41
1 parent a23596f commit 7c7f09e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_integration_tests_target", "react_native_target", "rn_android_library")
1+
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_android_toplevel_dep", "react_native_dep", "react_native_integration_tests_target", "react_native_target", "rn_android_library")
22

33
rn_android_library(
44
name = "testing",
@@ -25,7 +25,7 @@ rn_android_library(
2525
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
2626
react_native_dep("third-party/java/jsr-305:jsr-305"),
2727
react_native_dep("third-party/java/junit:junit"),
28-
react_native_dep("third-party/java/mockito:mockito"),
28+
react_native_android_toplevel_dep("third-party/java/mockito2:mockito2"),
2929
react_native_dep("third-party/java/testing-support-lib:runner"),
3030
react_native_integration_tests_target("java/com/facebook/react/testing/idledetection:idledetection"),
3131
react_native_integration_tests_target("java/com/facebook/react/testing/network:network"),

0 commit comments

Comments
 (0)