From 8a626fd486b5fbad245aec29e4e436eeb16041b3 Mon Sep 17 00:00:00 2001 From: Michael Hoisie Date: Wed, 22 May 2024 08:53:34 -0700 Subject: No public description PiperOrigin-RevId: 636183145 --- java/org/brotli/wrapper/android/UseJniTest.java | 4 ++-- 1 file 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 -- cgit v1.1