Skip to content

Commit 911802b

Browse files
committed
better names
1 parent 9356977 commit 911802b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/redis/test_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async def _assert_task_completes_once(
208208
redis_client_sdk,
209209
_sleep_task,
210210
task_period=timedelta(seconds=1),
211-
task_name="long_running",
211+
task_name="pytest_sleep_task",
212212
sleep_interval=1,
213213
on_sleep_events=sleep_events,
214214
)

0 commit comments

Comments
 (0)