Skip to content

Commit

Permalink
Adding fullstop to test doc, to appease codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
SpangleLabs committed Mar 3, 2021
1 parent 94009b5 commit 7202665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py37_asyncio.py
Expand Up @@ -121,7 +121,7 @@ async def double(i):

@mark.asyncio
async def test_gather(capsys):
"""Test asyncio gather"""
"""Test asyncio gather."""
res = await gather(list(map(double, range(30))))
_, err = capsys.readouterr()
assert '30/30' in err
Expand Down

0 comments on commit 7202665

Please sign in to comment.