aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2020-04-30 13:11:17 +0200
committerPaweł Marks <pmarks@virtuslab.com>2020-04-30 13:11:17 +0200
commit9fbb8ae707e0742dc8d243ce4563835cc0f6036a (patch)
tree72ea2cdb22deff23b01cc1dbd7929625c28df9b4 /plugins/base/src/test/kotlin
parent1d213c8b3aa7abeb75665d1c77adcf2e6071e0f6 (diff)
downloaddokka-9fbb8ae707e0742dc8d243ce4563835cc0f6036a.tar.gz
dokka-9fbb8ae707e0742dc8d243ce4563835cc0f6036a.tar.bz2
dokka-9fbb8ae707e0742dc8d243ce4563835cc0f6036a.zip
Add missing parameter for plugin configuration in tests
Diffstat (limited to 'plugins/base/src/test/kotlin')
-rw-r--r--plugins/base/src/test/kotlin/renderers/RenderingOnlyTestBase.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/base/src/test/kotlin/renderers/RenderingOnlyTestBase.kt b/plugins/base/src/test/kotlin/renderers/RenderingOnlyTestBase.kt
index b9809ac1..237f4fd9 100644
--- a/plugins/base/src/test/kotlin/renderers/RenderingOnlyTestBase.kt
+++ b/plugins/base/src/test/kotlin/renderers/RenderingOnlyTestBase.kt
@@ -34,7 +34,7 @@ abstract class RenderingOnlyTestBase {
DokkaBase().htmlPreprocessors to { _ -> RootCreator },
DokkaBase().externalLocationProviderFactory to { _ -> ::JavadocExternalLocationProviderFactory },
DokkaBase().externalLocationProviderFactory to { _ -> ::DokkaExternalLocationProviderFactory },
- testConfiguration = DokkaConfigurationImpl("", "", false, null, emptyList(), emptyList(), emptyList())
+ testConfiguration = DokkaConfigurationImpl("", "", false, null, emptyList(), emptyList(), emptyList(), emptyMap())
)
protected val renderedContent: Element by lazy {