From bc03a89aa76cad37daf8cd4efdea463a9569c519 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 16 Jun 2019 21:40:45 +0200 Subject: fix tests --- graphql/graph/gen_graph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphql/graph/gen_graph.go') diff --git a/graphql/graph/gen_graph.go b/graphql/graph/gen_graph.go index e788b2a2..36dc9735 100644 --- a/graphql/graph/gen_graph.go +++ b/graphql/graph/gen_graph.go @@ -2286,7 +2286,7 @@ type Repository { } type Mutation { - """create a new bug""" + """Create a new bug""" newBug(input: NewBugInput!): NewBugPayload! """Add a new comment to a bug""" addComment(input: AddCommentInput!): AddCommentPayload! -- cgit