Skip to content
Snippets Groups Projects
Commit d5454d3f 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 9e38bfd9 70298bd2
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ android_test {
],
static_libs: [
"mockito-target-minus-junit4",
"androidx.test.rules",
],
platform_apis: true,
certificate: "platform",
......
......@@ -29,7 +29,8 @@ import android.media.tv.ITvRemoteServiceInput;
import android.os.Binder;
import android.os.IBinder;
import android.test.AndroidTestCase;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import java.util.ArrayList;
......
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