Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_location.py')
-rw-r--r--test/unit/test_location.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/test_location.py b/test/unit/test_location.py
index cb9de94..ab46ba1 100644
--- a/test/unit/test_location.py
+++ b/test/unit/test_location.py
@@ -87,8 +87,8 @@ class LocationTest(StanzaHandlerTest):
'''
self.dispatcher.register_handler(
- *StanzaHandler(name='message',
- callback=_on_message,
- ns=Namespace.PUBSUB_EVENT))
+ StanzaHandler(name='message',
+ callback=_on_message,
+ ns=Namespace.PUBSUB_EVENT))
self.dispatcher.process_data(event)