summaryrefslogtreecommitdiff
path: root/tests/src/com/android/dialer/calllog/ContactInfoHelperTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/dialer/calllog/ContactInfoHelperTest.java')
-rw-r--r--tests/src/com/android/dialer/calllog/ContactInfoHelperTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/dialer/calllog/ContactInfoHelperTest.java b/tests/src/com/android/dialer/calllog/ContactInfoHelperTest.java
index 6d3e86042..6db738443 100644
--- a/tests/src/com/android/dialer/calllog/ContactInfoHelperTest.java
+++ b/tests/src/com/android/dialer/calllog/ContactInfoHelperTest.java
@@ -33,7 +33,7 @@ public class ContactInfoHelperTest extends AndroidTestCase {
private static final String TEST_COUNTRY_ISO = "US";
private static final String TEST_DISPLAY_NAME = "Display Name";
private static final String TEST_DISPLAY_NAME_ALTERNATIVE = "Name, Display";
- private static final String[] TEST_DISPLAY_NAME_ALTERNATIVE_ROW = new String[]{null,
+ private static final String[] TEST_DISPLAY_NAME_ALTERNATIVE_ROW = new String[]{
TEST_DISPLAY_NAME_ALTERNATIVE};
private static final String TEST_LOOKUP_KEY = "lookupKey";
private static final String[] TEST_LOOKUP_ROW = new String[]{null, TEST_DISPLAY_NAME,