We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fceedb6 commit ea1e930Copy full SHA for ea1e930
client/transport/stdio_test.go
@@ -307,7 +307,6 @@ func TestStdioErrors(t *testing.T) {
307
})
308
309
t.Run("RequestBeforeStart", func(t *testing.T) {
310
- // 创建一个新的 Stdio 实例但不调用 Start 方法
311
mockServerPath := filepath.Join(os.TempDir(), "mockstdio_server")
312
// Add .exe suffix on Windows
313
if runtime.GOOS == "windows" {
@@ -320,7 +319,7 @@ func TestStdioErrors(t *testing.T) {
320
319
321
uninitiatedStdio := NewStdio(mockServerPath, nil)
322
323
- // 准备一个请求
+ // Prepare a request
324
request := JSONRPCRequest{
325
JSONRPC: "2.0",
326
ID: 99,
0 commit comments