From e3ee3892b2dfdbc765714cbd9bf7f20ee5601313 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 22 Aug 2022 18:45:10 -0300 Subject: [PATCH] better test name --- tests/unit/dht/test_node.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/dht/test_node.py b/tests/unit/dht/test_node.py index 051a2e6db..9d4e530c8 100644 --- a/tests/unit/dht/test_node.py +++ b/tests/unit/dht/test_node.py @@ -13,7 +13,8 @@ from lbry.extras.daemon.storage import SQLiteStorage class TestBootstrapNode(AsyncioTestCase): TIMEOUT = 10.0 # do not increase. Hitting a timeout is a real failure - async def test_it_adds_all(self): + + async def test_bootstrap_node_adds_all_peers(self): loop = asyncio.get_event_loop() loop.set_debug(False)