aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/org/brotli/wrapper/android/UseJniTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/org/brotli/wrapper/android/UseJniTest.java b/java/org/brotli/wrapper/android/UseJniTest.java
index 16782fc..d6483c2 100644
--- a/java/org/brotli/wrapper/android/UseJniTest.java
+++ b/java/org/brotli/wrapper/android/UseJniTest.java
@@ -3,12 +3,12 @@ package org.brotli.wrapper.android;
import static junit.framework.Assert.assertEquals;
import androidx.test.core.app.ApplicationProvider;
-import com.google.thirdparty.robolectric.GoogleRobolectricTestRunner;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
+import org.robolectric.RobolectricTestRunner;
-@RunWith(GoogleRobolectricTestRunner.class)
+@RunWith(RobolectricTestRunner.class)
public final class UseJniTest {
@Before