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

Commit db7264ed 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 8be6736b c982e6be
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -15,10 +15,12 @@
 */
package com.android.shell;

import android.test.suitebuilder.annotation.SmallTest;
import junit.framework.TestCase;
import static com.android.shell.BugreportProgressService.isValid;

import androidx.test.filters.SmallTest;

import junit.framework.TestCase;

@SmallTest
public class UtilitiesTest extends TestCase {