fix test name
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Wed, 25 May 2016 00:22:59 +0000 (20:22 -0400)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Wed, 25 May 2016 00:22:59 +0000 (20:22 -0400)
tests/client/test_client.py

index 876470e..ed386d3 100644 (file)
@@ -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())