Skip to content

Commit a9db4a4

Browse files
committed
Fix up tests from rebase
1 parent 2a4cb3a commit a9db4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_gh_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func ExampleGQLClient() {
157157

158158
// Add a star to the cli/go-gh repository using the GQL API.
159159
func ExampleGQLClient_Mutate_simple() {
160-
client, err := gh.GQLClient(nil)
160+
client, err := api.DefaultGQLClient()
161161
if err != nil {
162162
log.Fatal(err)
163163
}

0 commit comments

Comments
 (0)