Skip to content

Commit 4475bc0

Browse files
author
bnasslahsen
committed
project update
1 parent 6162210 commit 4475bc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

springdoc-openapi-kotlin/src/test/kotlin/test/org/springdoc/api/AbstractKotlinSpringDocTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ abstract class AbstractKotlinSpringDocTest {
4545
.expectStatus().isOk.expectBody().returnResult()
4646

4747
val result = String(getResult.responseBody!!)
48-
print(result)
4948
val className = javaClass.simpleName
5049
val testNumber = className.replace("[^0-9]".toRegex(), "")
5150

0 commit comments

Comments
 (0)