Fix tests

This commit is contained in:
Philipp Hörist 2018-12-30 20:51:10 +01:00
parent d203d36f07
commit e1c17d752e
1 changed files with 1 additions and 1 deletions

View File

@ -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):