Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,9 @@ import static junit.framework.Assert.assertTrue; ...@@ -24,9 +24,9 @@ import static junit.framework.Assert.assertTrue;
import android.content.Context; import android.content.Context;
import android.os.SystemProperties; import android.os.SystemProperties;
import android.provider.Settings; import android.provider.Settings;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.InstrumentationRegistry; import androidx.test.InstrumentationRegistry;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4; import androidx.test.runner.AndroidJUnit4;
import org.junit.After; import org.junit.After;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment