We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cad904 commit 33df3a8Copy full SHA for 33df3a8
tests/test_inputcontactmessagecontent.py
@@ -34,7 +34,7 @@ class TestInputContactMessageContent(object):
34
phone_number = 'phone number'
35
first_name = 'first name'
36
last_name = 'last name'
37
- vcard = 'My vCard text'
+ vcard = 'vCard'
38
39
def test_expected_values(self, input_contact_message_content):
40
assert input_contact_message_content.first_name == self.first_name
0 commit comments