Skip to content

Commit 2721fe7

Browse files
committed
Revert "Fixed Test"
This reverts commit 78ddbc2.
1 parent 1d601c4 commit 2721fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_contact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@pytest.fixture(scope='class')
2626
def contact():
2727
return Contact(TestContact.phone_number, TestContact.first_name, TestContact.last_name,
28-
TestContact.user_id, TestContact.vcard)
28+
TestContact.user_id)
2929

3030

3131
class TestContact(object):

0 commit comments

Comments
 (0)