diff --git a/tests/pan_client_test.py b/tests/pan_client_test.py index b8c2517..242b2b9 100644 --- a/tests/pan_client_test.py +++ b/tests/pan_client_test.py @@ -453,7 +453,7 @@ class TestClass(object): await client.loop_stop() - async def test_start_loop(self, client, aioresponse): + async def test_history_fetching_tasks(self, client, aioresponse): sync_url = re.compile( r'^https://example\.org/_matrix/client/r0/sync\?access_token=.*' )