Skip to content

Commit 0dc0981

Browse files
author
Andrei Neagu
committed
fixed issue
1 parent 093c8b8 commit 0dc0981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/long_running_tasks/test_long_running_tasks_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ async def test_get_result_finished_with_error(
397397

398398

399399
async def test_get_result_finished_with_unpicklable_error(
400-
long_running_manager: BaseLongRunningManager, empty_context: TaskContext
400+
long_running_manager: LongRunningManager, empty_context: TaskContext
401401
):
402402
task_id = await lrt_api.start_task(
403403
long_running_manager.rpc_client,

0 commit comments

Comments
 (0)