diff options
Diffstat (limited to 'core/src/test/kotlin/model/CommentTest.kt')
-rw-r--r-- | core/src/test/kotlin/model/CommentTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/kotlin/model/CommentTest.kt b/core/src/test/kotlin/model/CommentTest.kt index f3792610..5dfd1157 100644 --- a/core/src/test/kotlin/model/CommentTest.kt +++ b/core/src/test/kotlin/model/CommentTest.kt @@ -1,7 +1,7 @@ package org.jetbrains.dokka.tests import org.junit.Test -import kotlin.test.* +import org.junit.Assert.* import org.jetbrains.dokka.* public class CommentTest { |