Skip to content

Commit

Permalink
fix: fix tets
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 25, 2023
1 parent 9bddd2b commit ae7b669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public class CompanyService {
"com.rest.springbootemployee.service.CompanyServiceTest" to testFileJob,
),
insOutputConfig = InsOutputConfig(),
completionBuilderTypes = listOf(CompletionBuilderType.IN_BLOCK_COMPLETION),
completionBuilderTypes = listOf(CompletionBuilderType.TEST_CODE_GEN),
maxCompletionInOneFile = 3,
insQualityThreshold = InsQualityThreshold()
)
Expand Down

0 comments on commit ae7b669

Please sign in to comment.