Skip to content

Commit ea1e930

Browse files
authored
Update stdio_test.go
1 parent fceedb6 commit ea1e930

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/transport/stdio_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ func TestStdioErrors(t *testing.T) {
307307
})
308308

309309
t.Run("RequestBeforeStart", func(t *testing.T) {
310-
// 创建一个新的 Stdio 实例但不调用 Start 方法
311310
mockServerPath := filepath.Join(os.TempDir(), "mockstdio_server")
312311
// Add .exe suffix on Windows
313312
if runtime.GOOS == "windows" {
@@ -320,7 +319,7 @@ func TestStdioErrors(t *testing.T) {
320319

321320
uninitiatedStdio := NewStdio(mockServerPath, nil)
322321

323-
// 准备一个请求
322+
// Prepare a request
324323
request := JSONRPCRequest{
325324
JSONRPC: "2.0",
326325
ID: 99,

0 commit comments

Comments
 (0)