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 f5040d8 commit cc619c0Copy full SHA for cc619c0
tests/test_asyncio/test_sentinel.py
@@ -284,4 +284,4 @@ async def test_repr_correctly_represents_connection_object(sentinel):
284
assert (
285
str(connection)
286
== "<redis.asyncio.sentinel.SentinelManagedConnection,host=127.0.0.1,port=6379)>" # noqa: E501
287
- )
+ )
0 commit comments