Skip to content

Commit 9c04196

Browse files
committed
Added the ability to parse our ExecutionResult from a map that came from toSpecification - test fix up
1 parent 946dc47 commit 9c04196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/graphql/GraphqlErrorHelperTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class GraphqlErrorHelperTest extends Specification {
151151
assert gErr.getErrorType() == ErrorType.DataFetchingException // default from error builder
152152
assert gErr.getLocations() == []
153153
assert gErr.getPath() == null
154-
assert graphQLError.getExtensions() == null
154+
assert gErr.getExtensions() == null
155155
}
156156
}
157157
}

0 commit comments

Comments
 (0)