We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71444d8 commit baf1125Copy full SHA for baf1125
src/test/groovy/graphql/GraphqlErrorHelperTest.groovy
@@ -121,7 +121,7 @@ class GraphqlErrorHelperTest extends Specification {
121
122
when:
123
rawError = [message: "m"]
124
- graphQLError = GraphQLError.fromSpecification(rawError) // vso we reference the public method
+ graphQLError = GraphQLError.fromSpecification(rawError) // just so we reference the public method
125
then:
126
graphQLError.getMessage() == "m"
127
graphQLError.getErrorType() == ErrorType.DataFetchingException // default from error builder
0 commit comments