Skip to content

Commit

Permalink
docs: update test example
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 29, 2023
1 parent 1e411a7 commit 90a5c91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ class SingleProjectCodePickerTest {
language = "kotlin",
url = root,
maxTokenLength = 8192,
buildPlan = listOf(BuildPlanType.COMMENT),
buildPlan = listOf(BuildPlanType.COMMENT, BuildPlanType.RELATED_CODE),
completionTypes = listOf(
CompletionBuilderType.DOCUMENTATION
CompletionBuilderType.DOCUMENTATION, CompletionBuilderType.TEST_CODE_GEN
),
)
)
Expand Down

0 comments on commit 90a5c91

Please sign in to comment.