Skip to content

Commit 8549733

Browse files
committed
Add details to the asyncio connection error message
1 parent 2d1ce73 commit 8549733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ async def test_connection_garbage_collection(request):
505505
],
506506
)
507507
async def test_connect_error_message(error, expected_message):
508-
"""Test that the _error_message function formats errors correctly"""
508+
"""Test that the _error_message function formats errors correctly."""
509509
conn = Connection()
510510
error_message = conn._error_message(error)
511511
assert error_message == expected_message

0 commit comments

Comments
 (0)