Skip to content

Commit 7cad904

Browse files
committed
Fixed Test
1 parent b1c1a7b commit 7cad904

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
@@ -27,7 +27,7 @@ def input_contact_message_content():
2727
return InputContactMessageContent(TestInputContactMessageContent.phone_number,
2828
TestInputContactMessageContent.first_name,
2929
last_name=TestInputContactMessageContent.last_name,
30-
vcard=TestInputContactMessageContent.vCard)
30+
vcard=TestInputContactMessageContent.vcard)
3131

3232

3333
class TestInputContactMessageContent(object):

0 commit comments

Comments
 (0)