aboutsummaryrefslogtreecommitdiff
path: root/docs-developer/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs-developer/src')
-rw-r--r--docs-developer/src/doc/docs/developer_guide/plugin-development/sample-plugin-tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-developer/src/doc/docs/developer_guide/plugin-development/sample-plugin-tutorial.md b/docs-developer/src/doc/docs/developer_guide/plugin-development/sample-plugin-tutorial.md
index 55d7001f..e0d0968d 100644
--- a/docs-developer/src/doc/docs/developer_guide/plugin-development/sample-plugin-tutorial.md
+++ b/docs-developer/src/doc/docs/developer_guide/plugin-development/sample-plugin-tutorial.md
@@ -228,7 +228,7 @@ Below you will find a complete unit test that passes, and the main takeaways bel
package org.example.dokka.plugin
import org.jetbrains.dokka.base.testApi.testRunner.BaseAbstractTest
-import org.junit.Test
+import kotlin.test.Test
import kotlin.test.assertEquals
class HideInternalApiPluginTest : BaseAbstractTest() {