Skip to content

Commit 7109816

Browse files
committed
lint
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
1 parent d17b262 commit 7109816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/dapr-ext-workflow/tests/test_workflow_client_aio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ def mock_client_wf(ctx: DaprWorkflowContext, input):
115115

116116
async def test_client_functions(self):
117117
with mock.patch(
118-
'durabletask.aio.client.AsyncTaskHubGrpcClient', return_value=FakeAsyncTaskHubGrpcClient()
118+
'durabletask.aio.client.AsyncTaskHubGrpcClient',
119+
return_value=FakeAsyncTaskHubGrpcClient(),
119120
):
120121
wfClient = DaprWorkflowClient()
121122
actual_schedule_result = await wfClient.schedule_new_workflow(

0 commit comments

Comments
 (0)