From 865aed31e7b836d34e86be06e797a28d065f936a Mon Sep 17 00:00:00 2001 From: Marcelo Gomez Rivera Date: Thu, 14 Apr 2016 04:41:31 -0700 Subject: [PATCH] Introducing Espresso 2.2 Reviewed By: tdrhq Differential Revision: D3168150 fb-gh-sync-id: e78eb8d46623ee72bb5852b8e0c4d1a53efd35e0 fbshipit-source-id: e78eb8d46623ee72bb5852b8e0c4d1a53efd35e0 --- .../src/androidTest/java/com/facebook/react/testing/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/src/androidTest/java/com/facebook/react/testing/BUCK b/ReactAndroid/src/androidTest/java/com/facebook/react/testing/BUCK index 2ec639651..590d0bf4b 100644 --- a/ReactAndroid/src/androidTest/java/com/facebook/react/testing/BUCK +++ b/ReactAndroid/src/androidTest/java/com/facebook/react/testing/BUCK @@ -17,7 +17,7 @@ android_library( react_native_dep('third-party/java/infer-annotations:infer-annotations'), react_native_dep('third-party/java/jsr-305:jsr-305'), react_native_dep('third-party/java/junit:junit'), - react_native_dep('third-party/java/testing-support-lib:testing-support-lib'), + react_native_dep('third-party/java/testing-support-lib:runner'), ], visibility = [ 'PUBLIC',