Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 285d7ba2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused Ravenwood rule." into main

parents ed9fafb8 3846d771
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -27,12 +27,10 @@ import static org.junit.Assert.assertTrue;

import android.os.Parcel;
import android.platform.test.annotations.Presubmit;
import android.platform.test.ravenwood.RavenwoodRule;

import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.filters.SmallTest;

import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -40,8 +38,6 @@ import org.junit.runner.RunWith;
@SmallTest
@RunWith(AndroidJUnit4.class)
public class CameraCompatibilityInfoTest {
    @Rule
    public final RavenwoodRule mRavenwood = new RavenwoodRule.Builder().build();

    @Test
    public void testDefault() {