We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db46c09 commit 78ddbc2Copy full SHA for 78ddbc2
tests/test_contact.py
@@ -25,7 +25,7 @@
25
@pytest.fixture(scope='class')
26
def contact():
27
return Contact(TestContact.phone_number, TestContact.first_name, TestContact.last_name,
28
- TestContact.user_id)
+ TestContact.user_id, TestContact.vcard)
29
30
31
class TestContact(object):
0 commit comments