Skip to content

Commit 9249b2a

Browse files
committed
fix comment
1 parent 5fabead commit 9249b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func TestClient_URLParsing(t *testing.T) {
226226
}
227227
})
228228

229-
t.Run("should set UseStdio to false when UseStdio is set to true", func(t *testing.T) {
229+
t.Run("should set UseStdio to true when UseStdio is set to true", func(t *testing.T) {
230230
client := NewClient(&ClientOptions{
231231
UseStdio: Bool(true),
232232
})

0 commit comments

Comments
 (0)