Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636183145
  • Loading branch information
hoisie authored and Copybara-Service committed May 22, 2024
1 parent 0438830 commit 8a626fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/org/brotli/wrapper/android/UseJniTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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
Expand Down

0 comments on commit 8a626fd

Please sign in to comment.