Skip to content

Commit 08f1637

Browse files
committed
chore: lint
1 parent 379ad17 commit 08f1637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/transport/stdio_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ func TestStdioErrors(t *testing.T) {
553553
}
554554
requestBytes, _ := json.Marshal(request)
555555
requestBytes = append(requestBytes, '\n')
556-
stdoutWriter.Write(requestBytes)
556+
_, _ = stdoutWriter.Write(requestBytes)
557557

558558
// Close stdin to trigger a write error when the response is sent
559559
time.Sleep(50 * time.Millisecond) // Give time for the request to be processed

0 commit comments

Comments
 (0)