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 e38ee3a commit ccdb373Copy full SHA for ccdb373
usage_test.go
@@ -27,6 +27,7 @@ func TestUsage(t *testing.T) {
27
user, err := client.Users.Get(context.TODO())
28
if err != nil {
29
t.Error(err)
30
+ return
31
}
32
t.Logf("%+v\n", user.Data)
33
0 commit comments