Skip to content

Commit 56eeb04

Browse files
committed
tests: fix docstring
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent a2be28c commit 56eeb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_asynchronous_process_fork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ async def test():
440440
self.assertEqual(asyncio.run(test()), 1)
441441

442442
def test_pool_decorated(self):
443-
"""Process Fork results are produced."""
443+
"""Process Fork pool decorated function."""
444444
async def test():
445445
return await pool_decorated(1, 1)
446446

0 commit comments

Comments
 (0)