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

Commit c982e6be authored by Fangqiu Su's avatar Fangqiu Su
Browse files

Update the imports to androidx.test.filters.*

Bug: 316941721
Test: mmma .
Change-Id: I636f8e88cff63da46a3cca8865df9cf680f2684e
parent 8124c112
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 {