Merge "Update the imports to androidx.test.filters.*" into main
This commit is contained in:
commit
cd45616b6e
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ import java.lang.annotation.RetentionPolicy;
|
|||
|
||||
import static com.google.common.truth.Truth.assertWithMessage;
|
||||
|
||||
import android.test.suitebuilder.annotation.SmallTest;
|
||||
import androidx.test.filters.SmallTest;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
@ -228,4 +228,4 @@ def main():
|
|||
f.write("".join(parser.outputMsgCtsTest))
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue