We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5829339 commit 5993a02Copy full SHA for 5993a02
pom.xml
@@ -197,6 +197,7 @@
197
<executions>
198
<execution>
199
<goals>
200
+ <goal>generateStubs</goal>
201
<goal>testGenerateStubs</goal>
202
<goal>addTestSources</goal>
203
<goal>testCompile</goal>
src/test/groovy/com/coxautodev/graphql/tools/EndToEndSpec.groovy
@@ -26,7 +26,7 @@ class EndToEndSpec extends Specification {
26
GraphQL gql
27
28
def setupSpec() {
29
- GraphQLSchema schema = EndToEndSpecKt.createSchema()
+ GraphQLSchema schema = EndToEndSpecHelperKt.createSchema()
30
31
batchedGql = GraphQL.newGraphQL(schema)
32
.queryExecutionStrategy(new BatchedExecutionStrategy())
src/test/kotlin/com/coxautodev/graphql/tools/EndToEndSpec.kt renamed to src/test/kotlin/com/coxautodev/graphql/tools/EndToEndSpecHelper.kt
0 commit comments