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 a38fc8b commit b844bd6Copy full SHA for b844bd6
tests/client_test.go
@@ -38,7 +38,6 @@ func TestStreamClient(t *testing.T) {
38
helpers.GetAPIEndpoint(),
39
client.WithCheckAPI(),
40
)
41
- fmt.Println("c", c)
42
if err != nil {
43
t.Fatalf("Error when creating a client: %v", err)
44
}
0 commit comments