File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ 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 = 'My vCard text'
3838
3939 def test_expected_values (self , input_contact_message_content ):
4040 assert input_contact_message_content .first_name == self .first_name
4141 assert input_contact_message_content .phone_number == self .phone_number
4242 assert input_contact_message_content .last_name == self .last_name
43- assert input_contact_message_content .vcard == self .vcard
43+ assert input_contact_message_content .vCard == self .vCard
4444
4545 def test_to_dict (self , input_contact_message_content ):
4646 input_contact_message_content_dict = input_contact_message_content .to_dict ()
You can’t perform that action at this time.
0 commit comments