Skip to content

Commit 2db79db

Browse files
committed
fixup! Refactor integration tests to use Testcontainers for TypeScript client and server
1 parent 6d0969d commit 2db79db

File tree

1 file changed

+1
-1
lines changed
  • kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/typescript

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ abstract class TsTestBase {
6666
process.waitFor()
6767
}
6868

69-
fun runDockerCommand(
69+
private fun runDockerCommand(
7070
image: String = tsDockerImage(),
7171
command: List<String>,
7272
interactive: Boolean = true,

0 commit comments

Comments
 (0)