We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daa19d commit 58a32dbCopy full SHA for 58a32db
1 file changed
test/test_check_contact.py
@@ -21,7 +21,7 @@ def test_contact_from_view_page(app):
21
assert contact_from_view_page.homephone == contact_from_edit_page.homephone
22
assert contact_from_view_page.workphone == contact_from_edit_page.workphone
23
assert contact_from_view_page.mobile == contact_from_edit_page.mobile
24
-
+ assert contact_from_view_page.fax == contact_from_edit_page.fax
25
26
def merge_emails_like_on_home_page(contact):
27
return "\n".join(filter (lambda x: x != "",
0 commit comments