summaryrefslogtreecommitdiff
path: root/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java')
-rw-r--r--tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java b/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java
index 54a07cc3a..f58e6cc6c 100644
--- a/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java
+++ b/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java
@@ -257,6 +257,6 @@ public class PhoneNumberInteractionTest extends InstrumentationTestCase {
Phone.MIMETYPE,
Phone.CONTACT_ID)
.withSelection("mimetype IN ('vnd.android.cursor.item/phone_v2',"
- + " 'vnd.android.cursor.item/sip_address') AND data1 NOT NULL");
+ + " 'vnd.android.cursor.item/sip_address') AND data1 NOT NULL", null);
}
}