Skip to content

Commit 33df3a8

Browse files
committed
Fixed Test
1 parent 7cad904 commit 33df3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_inputcontactmessagecontent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class TestInputContactMessageContent(object):
3434
phone_number = 'phone number'
3535
first_name = 'first name'
3636
last_name = 'last name'
37-
vcard = 'My vCard text'
37+
vcard = 'vCard'
3838

3939
def test_expected_values(self, input_contact_message_content):
4040
assert input_contact_message_content.first_name == self.first_name

0 commit comments

Comments
 (0)