Skip to content

Commit 14b2061

Browse files
committed
try to trigger CI
1 parent 87409f6 commit 14b2061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_cwe_404.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def test_standalone(delay):
8787

8888
dp.send_event.clear()
8989
t = asyncio.create_task(r.get("foo"))
90-
# wait until the task has sent, and then some, to make sure it has settled on
90+
# Wait until the task has sent, and then some, to make sure it has settled on
9191
# reading.
9292
await dp.send_event.wait()
9393
await asyncio.sleep(0.05)

0 commit comments

Comments
 (0)