Skip to content

Commit 7564cfb

Browse files
committed
Fix dokka reference
1 parent 09563a2 commit 7564cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-support/src/main/kotlin/dev/rnett/kcp/development/testing/generation/TestGenerationBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public interface TestGenerationBuilder {
9191

9292
/**
9393
* Test arguments to pass to the underlying Kotlin compiler plugin test framework test generator.
94-
* See [org.jetbrains.kotlin.generators.TestGroup.TestClass.model] for details.
94+
* See [org.jetbrains.kotlin.generators.dsl.TestGroup.TestClass.model] for details.
9595
*/
9696
public data class TestArguments(
9797
val recursive: Boolean = true,

0 commit comments

Comments
 (0)