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

Commit f2b47f64 authored by Fangqiu Su's avatar Fangqiu Su Committed by Android (Google) Code Review
Browse files

Merge "Update the imports to androidx.test.filters.*" into main

parents 8f53b378 a8957414
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@ import static junit.framework.Assert.assertTrue;
import android.content.Context;
import android.os.SystemProperties;
import android.provider.Settings;
import android.test.suitebuilder.annotation.SmallTest;

import androidx.test.InstrumentationRegistry;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;

import org.junit.After;