Skip to content

Commit c0531d5

Browse files
committed
Update testrun.rb
1 parent e043d47 commit c0531d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/testrun.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def generate_ai_feedback
4343
prompt = ChatGptHelper.format_prompt(
4444
learner_solution: submission.main_file.content,
4545
exercise: submission.exercise.description,
46-
test_results: output,
46+
test_results: output
4747
)
4848

4949
feedback_message = chatgpt_request.make_chat_gpt_request(prompt, false)

0 commit comments

Comments
 (0)