Update django/aiservice/core/shared/testgen_review/repair.py
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
parent
737a270801
commit
de109c6e12
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ async def testgen_repair(
|
|||
|
||||
# Run postprocessing and instrumentation on the merged result
|
||||
testgen_data = TestGenSchema(
|
||||
source_code_being_tested=data.function_source_code,
|
||||
function_to_optimize=data.function_to_optimize,
|
||||
helper_function_names=data.helper_function_names or [],
|
||||
source_code_being_tested=data.function_source_code,
|
||||
function_to_optimize=data.function_to_optimize,
|
||||
helper_function_names=data.helper_function_names,
|
||||
|
|
|
|||
Loading…
Reference in a new issue