aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hoisie <hoisie@google.com>2024-05-22 08:53:34 -0700
committerCopybara-Service <copybara-worker@google.com>2024-05-22 08:54:21 -0700
commit8a626fd486b5fbad245aec29e4e436eeb16041b3 (patch)
treef67497198d3a317b5c054632f0535b866c9715fb
parent04388304a6f8181cc1f022cc9e95dbb3bfe829a3 (diff)
downloadbrotli-8a626fd486b5fbad245aec29e4e436eeb16041b3.zip
brotli-8a626fd486b5fbad245aec29e4e436eeb16041b3.tar.gz
brotli-8a626fd486b5fbad245aec29e4e436eeb16041b3.tar.bz2
No public description
PiperOrigin-RevId: 636183145
-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