Adding tests for unimplemented features
[osm/common.git] / osm_common / tests / test_msgbase.py
index c3b9726..4db3997 100644 (file)
@@ -18,7 +18,7 @@ def test_constructor():
     assert isinstance(msgbase, MsgBase)
 
 def test_connect(msg_base):
-    msg_base.connect()
+    msg_base.connect(None)
 
 def test_disconnect(msg_base):
     msg_base.disconnect()