Fix tests
This commit is contained in:
parent
d203d36f07
commit
e1c17d752e
|
@ -12,7 +12,7 @@ class TestCommonContact(unittest.TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.contact = CommonContact(
|
self.contact = CommonContact(
|
||||||
jid='', account="", resource='', show='',
|
jid='', account="", resource='', show='', presence=None,
|
||||||
status='', name='', chatstate=None, client_caps=None)
|
status='', name='', chatstate=None, client_caps=None)
|
||||||
|
|
||||||
def test_default_client_supports(self):
|
def test_default_client_supports(self):
|
||||||
|
|
Loading…
Reference in New Issue