We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946dc47 commit 9c04196Copy full SHA for 9c04196
1 file changed
src/test/groovy/graphql/GraphqlErrorHelperTest.groovy
@@ -151,7 +151,7 @@ class GraphqlErrorHelperTest extends Specification {
151
assert gErr.getErrorType() == ErrorType.DataFetchingException // default from error builder
152
assert gErr.getLocations() == []
153
assert gErr.getPath() == null
154
- assert graphQLError.getExtensions() == null
+ assert gErr.getExtensions() == null
155
}
156
157
0 commit comments