better test name

This commit is contained in:
Victor Shyba 2022-08-22 18:45:10 -03:00
parent d61accea1a
commit e3ee3892b2

View file

@ -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)