Skip to content

Commit 8802871

Browse files
committed
fixup! Introduce Kotlin integration tests
Signed-off-by: Sergey Karpov <[email protected]>
1 parent 4c497a8 commit 8802871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/typescript/TypeScriptClientKotlinServerTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class TypeScriptClientKotlinServerTest : TypeScriptTestBase() {
1414
private lateinit var serverUrl: String
1515
private var httpServer: KotlinServerForTypeScriptClient? = null
1616

17+
// rerun
1718
@BeforeEach
1819
fun setUp() {
1920
port = findFreePort()

0 commit comments

Comments
 (0)