We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba1a63 commit 8cfeba4Copy full SHA for 8cfeba4
dokka-aws/src/test/kotlin/aws/sdk/kotlin/dokka/DokkaAwsTest.kt
@@ -5,7 +5,6 @@
5
package aws.sdk.kotlin.dokka
6
7
import org.jsoup.Jsoup
8
-import org.junit.jupiter.api.Assumptions.assumeTrue
9
import org.junit.jupiter.api.Test
10
import org.junit.jupiter.api.TestInstance
11
import java.io.File
@@ -19,7 +18,7 @@ class DokkaAwsTest {
19
18
20
assertTrue(
21
testFile.exists(),
22
- "Test file does not exist: ${testFile.absolutePath}"
+ "Test file does not exist: ${testFile.absolutePath}",
23
)
24
25
val document = Jsoup.parse(testFile, "UTF-8")
0 commit comments