Skip to content

Commit 8f7da6c

Browse files
pelikhanCopilot
andauthored
Update cmd/generate/parser.go
Co-authored-by: Copilot <[email protected]>
1 parent 45d8915 commit 8f7da6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generate/parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (h *generateCommandHandler) ParseTestsFromLLMResponse(content string) ([]Pr
5454
for _, rawTest := range rawTests {
5555
test := PromptPexTest{}
5656

57-
for _, key := range []string{"testInput", "testinput", "testInput"} {
57+
for _, key := range []string{"testInput", "testinput", "input"} {
5858
if input, ok := rawTest[key].(string); ok {
5959
test.Input = input
6060
break

0 commit comments

Comments
 (0)