Skip to content

Commit d2a9a4c

Browse files
committed
Fix test
1 parent f085e19 commit d2a9a4c

File tree

1 file changed

+1
-1
lines changed
  • dokka-subprojects/plugin-base/src/test/kotlin/markdown

1 file changed

+1
-1
lines changed

dokka-subprojects/plugin-base/src/test/kotlin/markdown/LinkTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ class LinkTest : BaseAbstractTest() {
17471747
) {
17481748
documentablesMergingStage = { m ->
17491749
val warn = logger.warnMessages.first()
1750-
val path = m.sourceSets.first().sourceRoots.first().path
1750+
val path = m.sourceSets.first().sourceRoots.first().canonicalPath
17511751

17521752
assertEquals(
17531753
"Couldn't resolve link: [property] in file:///PATH/main/kotlin/Testing.kt:2:3 (root/main)",

0 commit comments

Comments
 (0)