Skip to content

Commit 4d47b1d

Browse files
committed
better name
1 parent 5dc9ac1 commit 4d47b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/test_redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ async def test_lock_context(
166166
assert await ttl_lock.owned() is False
167167

168168

169-
async def test_issue_cannot_acquire_lock_anymore(
169+
async def test_lock_context_raises_if_lock_is_lost(
170170
redis_client_sdk: RedisClientSDK, faker: Faker
171171
):
172172
lock_name = faker.pystr()

0 commit comments

Comments
 (0)