Skip to content
Snippets Groups Projects
Commit 8be6736b 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 145e14f2 5dfebfc3
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ android_test {
"androidx.test.runner",
"mockito-target-minus-junit4",
"frameworks-base-testutils",
"androidx.test.rules",
],
libs: [
......
......@@ -28,7 +28,8 @@ import static org.mockito.Mockito.spy;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import org.junit.Before;
import org.junit.Rule;
......
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