We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fabead commit 9249b2aCopy full SHA for 9249b2a
go/client_test.go
@@ -226,7 +226,7 @@ func TestClient_URLParsing(t *testing.T) {
226
}
227
})
228
229
- t.Run("should set UseStdio to false when UseStdio is set to true", func(t *testing.T) {
+ t.Run("should set UseStdio to true when UseStdio is set to true", func(t *testing.T) {
230
client := NewClient(&ClientOptions{
231
UseStdio: Bool(true),
232
0 commit comments