Skip to content

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gracenoah committed Nov 14, 2018
1 parent 4c10ba5 commit 6fed894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codegen/testserver/generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,12 @@ func TestTracer(t *testing.T) {
})

t.Run("model methods", func(t *testing.T) {
srv := httptest.NewServer(
handler.GraphQL(
NewExecutableSchema(Config{Resolvers: &testResolver{}}),
))
defer srv.Close()
c := client.New(srv.URL)
t.Run("without context", func(t *testing.T) {
var resp struct {
ModelMethods struct {
Expand Down

0 comments on commit 6fed894

Please sign in to comment.