summaryrefslogtreecommitdiff
path: root/tests/src/com/android/contacts/model
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2018-12-13 19:06:22 -0800
committerBrett Chabot <brettchabot@google.com>2018-12-13 19:06:22 -0800
commitbebf2dd305c3df3ee5b9bc9873128d8e98c2bcc3 (patch)
treef2406549f94b332c7871921ff19257dc1b3c6eb7 /tests/src/com/android/contacts/model
parent27ad64ee1c20c9b08aa41a982b9d0eaa5d3516e6 (diff)
downloadContacts-bebf2dd305c3df3ee5b9bc9873128d8e98c2bcc3.tar.gz
Migrate packages/apps/Contacts to androidx.test
See go/jetpack-test-android-migration Test: make checkbuild Change-Id: I0abad7618ac496561f6fb07da2590c79f82a2024
Diffstat (limited to 'tests/src/com/android/contacts/model')
-rw-r--r--tests/src/com/android/contacts/model/SimContactTests.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/com/android/contacts/model/SimContactTests.java b/tests/src/com/android/contacts/model/SimContactTests.java
index d234e42d7..dc47d03a5 100644
--- a/tests/src/com/android/contacts/model/SimContactTests.java
+++ b/tests/src/com/android/contacts/model/SimContactTests.java
@@ -19,8 +19,9 @@ import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertThat;
import android.os.Parcel;
-import android.support.test.filters.SmallTest;
-import android.support.test.runner.AndroidJUnit4;
+
+import androidx.test.filters.SmallTest;
+import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;