We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1ce73 commit 8549733Copy full SHA for 8549733
tests/test_asyncio/test_connection.py
@@ -505,7 +505,7 @@ async def test_connection_garbage_collection(request):
505
],
506
)
507
async def test_connect_error_message(error, expected_message):
508
- """Test that the _error_message function formats errors correctly"""
+ """Test that the _error_message function formats errors correctly."""
509
conn = Connection()
510
error_message = conn._error_message(error)
511
assert error_message == expected_message
0 commit comments