Skip to content

Commit 58a32db

Browse files
committed
Task21 Check contact information on the main page
1 parent 0daa19d commit 58a32db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_check_contact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_contact_from_view_page(app):
2121
assert contact_from_view_page.homephone == contact_from_edit_page.homephone
2222
assert contact_from_view_page.workphone == contact_from_edit_page.workphone
2323
assert contact_from_view_page.mobile == contact_from_edit_page.mobile
24-
24+
assert contact_from_view_page.fax == contact_from_edit_page.fax
2525

2626
def merge_emails_like_on_home_page(contact):
2727
return "\n".join(filter (lambda x: x != "",

0 commit comments

Comments
 (0)