Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 8, 2024
1 parent a7ea01e commit 936d401
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package cc.unitmesh.pick.builder.comment

import cc.unitmesh.core.SupportedLang
import cc.unitmesh.core.comment.DocCommentToolType
import chapi.ast.kotlinast.KotlinAnalyser
import io.kotest.matchers.shouldBe
import org.junit.jupiter.api.Test
Expand Down Expand Up @@ -65,7 +66,7 @@ class Group<T>(val name: String) {
val codeContainer = KotlinAnalyser().analysis(kotlinCode, "test.kt")

// When
val result = JvmCommentBuilder(SupportedLang.KOTLIN).build(kotlinCode, codeContainer)
val result = JvmCommentBuilder(SupportedLang.KOTLIN, DocCommentToolType.KOTLIN).build(kotlinCode, codeContainer)

// Then
result.size shouldBe 3
Expand Down

0 comments on commit 936d401

Please sign in to comment.