Skip to content

Commit

Permalink
tests: fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed Sep 30, 2024
1 parent a2be28c commit 56eeb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_asynchronous_process_fork.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ async def test():
self.assertEqual(asyncio.run(test()), 1)

def test_pool_decorated(self):
"""Process Fork results are produced."""
"""Process Fork pool decorated function."""
async def test():
return await pool_decorated(1, 1)

Expand Down

0 comments on commit 56eeb04

Please sign in to comment.