Skip to content

Commit 8cfeba4

Browse files
committed
lint
1 parent bba1a63 commit 8cfeba4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dokka-aws/src/test/kotlin/aws/sdk/kotlin/dokka/DokkaAwsTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
package aws.sdk.kotlin.dokka
66

77
import org.jsoup.Jsoup
8-
import org.junit.jupiter.api.Assumptions.assumeTrue
98
import org.junit.jupiter.api.Test
109
import org.junit.jupiter.api.TestInstance
1110
import java.io.File
@@ -19,7 +18,7 @@ class DokkaAwsTest {
1918

2019
assertTrue(
2120
testFile.exists(),
22-
"Test file does not exist: ${testFile.absolutePath}"
21+
"Test file does not exist: ${testFile.absolutePath}",
2322
)
2423

2524
val document = Jsoup.parse(testFile, "UTF-8")

0 commit comments

Comments
 (0)