Skip to content

Commit 888c684

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 051a435 commit 888c684

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/azurebatch_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@ async def test_terminate_job(self, mock_executor, mocker):
436436
job_id = JOB_NAME.format(dispatch_id=self.MOCK_DISPATCH_ID, node_id=self.MOCK_NODE_ID)
437437
await mock_executor._terminate_job(job_id)
438438
batch_service_client_mock().job.terminate.assert_called_once_with(
439-
job_id=job_id, terminate_reason="Completed",
439+
job_id=job_id,
440+
terminate_reason="Completed",
440441
)
441442

442443
@pytest.mark.asyncio

0 commit comments

Comments
 (0)