Skip to content

Commit baf1125

Browse files
committed
tidy
1 parent 71444d8 commit baf1125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/graphql/GraphqlErrorHelperTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class GraphqlErrorHelperTest extends Specification {
121121

122122
when:
123123
rawError = [message: "m"]
124-
graphQLError = GraphQLError.fromSpecification(rawError) // vso we reference the public method
124+
graphQLError = GraphQLError.fromSpecification(rawError) // just so we reference the public method
125125
then:
126126
graphQLError.getMessage() == "m"
127127
graphQLError.getErrorType() == ErrorType.DataFetchingException // default from error builder

0 commit comments

Comments
 (0)