Skip to content

Commit

Permalink
better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
shyba committed Aug 22, 2022
1 parent d61acce commit e3ee389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/dht/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

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)

Expand Down

0 comments on commit e3ee389

Please sign in to comment.