From 386838416289efe693bd7b02b14ecc21c443dec2 Mon Sep 17 00:00:00 2001 From: Tim Van Steenburgh Date: Tue, 24 May 2016 20:22:59 -0400 Subject: [PATCH] fix test name --- tests/client/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- 2.25.1