From: Tim Van Steenburgh Date: Wed, 25 May 2016 00:22:59 +0000 (-0400) Subject: fix test name X-Git-Tag: 0.1.0~96 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=386838416289efe693bd7b02b14ecc21c443dec2;p=osm%2FN2VC.git fix test name --- diff --git a/tests/client/test_client.py b/tests/client/test_client.py index 876470e..ed386d3 100644 --- a/tests/client/test_client.py +++ b/tests/client/test_client.py @@ -9,7 +9,7 @@ from ..base import bootstrapped @bootstrapped class UserManagerTest(unittest.TestCase): - def test_connect_current(self): + def test_user_info(self): loop = asyncio.get_event_loop() conn = loop.run_until_complete( Connection.connect_current())