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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ android_test {
        "androidx.test.runner",
        "mockito-target-minus-junit4",
        "frameworks-base-testutils",
        "androidx.test.rules",
    ],

    libs: [
+2 −1
Original line number Diff line number Diff line
@@ -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;