Skip to content

Commit a453d96

Browse files
committed
Address comments #2
1 parent e12e282 commit a453d96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

firebase-segmentation/firebase-segmentation.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ dependencies {
9898
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
9999
androidTestImplementation 'androidx.test:runner:1.2.0'
100100
androidTestImplementation 'androidx.test:rules:1.2.0'
101+
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
101102
}

firebase-segmentation/src/androidTest/java/com/google/firebase/segmentation/FirebaseSegmentationInstrumentedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import static org.junit.Assert.assertNull;
1818

1919
import androidx.test.InstrumentationRegistry;
20-
import androidx.test.runner.AndroidJUnit4;
20+
import androidx.test.ext.junit.runners.AndroidJUnit4;
2121
import com.google.firebase.FirebaseApp;
2222
import com.google.firebase.FirebaseOptions;
2323
import org.junit.Before;

0 commit comments

Comments
 (0)