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 5dc9ac1 commit 4d47b1dCopy full SHA for 4d47b1d
packages/service-library/tests/test_redis.py
@@ -166,7 +166,7 @@ async def test_lock_context(
166
assert await ttl_lock.owned() is False
167
168
169
-async def test_issue_cannot_acquire_lock_anymore(
+async def test_lock_context_raises_if_lock_is_lost(
170
redis_client_sdk: RedisClientSDK, faker: Faker
171
):
172
lock_name = faker.pystr()
0 commit comments