diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-08-25 14:54:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 14:54:34 +0200 |
commit | 742f96bdf5c0b842e68dfaf43f4ab3446e87e3df (patch) | |
tree | 8c8553f21f8175f298ace4005973d482b1f0be13 /plugins/templating/src/test/kotlin | |
parent | 06650909dbce632bd92d3a10c2887b69555edbfc (diff) | |
download | dokka-742f96bdf5c0b842e68dfaf43f4ab3446e87e3df.tar.gz dokka-742f96bdf5c0b842e68dfaf43f4ab3446e87e3df.tar.bz2 dokka-742f96bdf5c0b842e68dfaf43f4ab3446e87e3df.zip |
Dark mode (#2081)
Diffstat (limited to 'plugins/templating/src/test/kotlin')
-rw-r--r-- | plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt b/plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt index aba668f7..96fcc8dd 100644 --- a/plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt +++ b/plugins/templating/src/test/kotlin/templates/AddToSearchCommandResolutionTest.kt @@ -32,7 +32,7 @@ class AddToSearchCommandResolutionTest : TemplatingAbstractTest() { val folder: TemporaryFolder = TemporaryFolder() @ParameterizedTest - @ValueSource(strings = ["navigation-pane.json", "pages.json"]) + @ValueSource(strings = ["pages.json"]) fun `should merge navigation templates`(fileName: String) { val (module1Navigation, module2Navigation) = setupTestDirectoriesWithContent(fileName) |