File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dokka-aws/src/test/kotlin/aws/sdk/kotlin/dokka Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ class DokkaAwsTest {
1717 fun testLoadScripts () {
1818 val testFile = File (" build/dokka/html/index.html" )
1919
20- assumeTrue (
20+ assertTrue (
2121 testFile.exists(),
22- " Skipping test: test file does not exist" ,
22+ " Test file does not exist: ${testFile.absolutePath} "
2323 )
2424
2525 val document = Jsoup .parse(testFile, " UTF-8" )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ kotlinx-benchmark-version = "0.4.12"
2626kotlinx-serialization-version = " 1.7.3"
2727mockk-version = " 1.13.13"
2828slf4j-version = " 2.0.16"
29- jsoup-version = " 1.19 .1"
29+ jsoup-version = " 1.20 .1"
3030
3131[libraries ]
3232aws-kotlin-repo-tools-build-support = { module =" aws.sdk.kotlin.gradle:build-support" , version.ref = " aws-kotlin-repo-tools-version" }
You can’t perform that action at this time.
0 commit comments